+ 6
How can we print the source code of a program ?
2 Réponses
+ 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.