A
anantshayan
Hello friends.
"Write a C program such that the output is source code itself"
"Write a C program such that the output is source code itself"
Hello friends.
"Write a C program such that the output is source code itself"
#include <iostream>
int main()
{
std::cout << "source code itself" << std::endl;
}
Alternatively, google quine.
-N
Hello friends.
"Write a C program such that the output is source code itself"
Hello friends.
"Write a C program such that the output is source code itself"
Hello friends.
"Write a C program such that the output is source code itself"
Not sure why this is important. However, one can simply write a
program that opens up the source file and outputs it.
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.