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

Answers were Sorted based on User's Feedback



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

Answer / brainless

Microsoft's "managed c++" code maybe supports this feature.

Is This Answer Correct ?    2 Yes 0 No

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

Answer / 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

More C++ General Interview Questions

Differentiate between declaration and definition in C++?

1 Answers  


print first nodd numbers in descending order

7 Answers  


What information can an exception contain?

0 Answers  


How one would use switch in a program?

0 Answers  


What is the difference between the functions rand(), random(), srand() and randomize()?

0 Answers  






How many ways can a variable be initialized into in C++?

0 Answers   HCL,


What is #include cstdlib in c++?

0 Answers  


What is a constructor in c++ with example?

0 Answers  


How to declaring variables in c++?

0 Answers  


What is a tuple c++?

0 Answers  


What is code reusability in c++?

0 Answers  


Differentiate between declaration and definition.

0 Answers  


Categories