+ 6

How can we print the source code of a program ?

26th Jul 2017, 7:11 AM
Shweta Kumari
Shweta Kumari - avatar
2 Réponses
26th Jul 2017, 7:55 AM
Hatsy Rei
Hatsy Rei - avatar
+ 3
You can only do that if you have the code, but if you do it is pointless to print. You could do something similar with reverse engineering, if you understand both your compiler and the language your compiler writes your code into. But comments and identifiers usually cannot be recovered.
26th Jul 2017, 7:41 AM
Denis Felipe
Denis Felipe - avatar