Can we generate a C++ source code from the binary file?
Answer Posted / brainless
Microsoft's "managed c++" code maybe supports this feature.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is singleton class in c++?
Function can be overloaded based on the parameter which is a value or a reference. Explain if the statement is true.
Differentiate between realloc() and free().
What is the advantage of c++ over c?
Write a program using shift_half( ) function to shift the elements of first half array to second half and vice versa.
How to implement is-a and has-a class relationships?
What is the use of 'using' declaration in c++?
Explain friend class?
Which software is used for c++ programming?
Write a corrected statement in c++ so that the statement will work properly. if (4 < x < 11) y=2*x;
Distinguish between new and malloc and delete and free().
What is a multimap c++?
What is #include iostream h in c++?
What are the various arithmetic operators in c++?
Where can I run c++ program?