C++ Programmer Question: Download C++ Programmer PDF

Tell me is it possible to get the source code back from binary file?

Tweet Share WhatsApp

Answer:

Technically it is possible to generate the source code from binary. It is called reverse engineering. There are lot of reverse engineering tools available. But, in actual case most of them will not re generate the exact source code back because many information will be lost due to compiler optimization and other interpretations.

Download C++ Programmer PDF Read All 59 C++ Programmer Questions
Previous QuestionNext Question
Explain what do you mean by storage classes?Explain is it possible to have a recursive inline function?