Write a program that, when run, will print out its source code. This source code, in turn, should compile and print out itself. (Fun fact: a program that prints itself is called a quine.)
this is an exmple from my teacher homoepage.
i want to uderstand what the program is doing. can someone explain what the (*) does and why the printf has the same thing again.