Can we generate a C++ source code from the binary file?

Answer Posted / dipak

It can possible, there are so many de-compilers avaliable
now to do this job.

Is This Answer Correct ?    0 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Is java as fast as c++?

606


Can we get the value of ios format flags?

667


How are Structure passing and returning implemented by the compiler?

603


Explain the difference between abstract class and interface in c++?

534


What is a vector c++?

557






Write a Program for read a line from file from location N1 to N2 using command line arguments. Eg:exe 10 20 a.c

803


What is c++ try block?

587


What is the full form of dos?

573


Is java made in c++?

587


What are friend functions in C++?

626


How should a contructor handle a failure?

690


If a base class declares a function to be virtual, and a derived class does not use the term virtual when overriding that class, is it still virtual when inherited by a third-generation class?

612


Explain the problem with overriding functions

609


When should overload new operator on a global basis or a class basis?

617


What does getch() do according to the ANSI C++ standard a) Reads in a character b) Checks the keyboard buffer c) Nothing in particular (Its not defined there)

607