You are referring to a quine
printf ("initials");
write a program to print the series 1/12+1/22+.........+1/n2 ?
#include
What type of a program is used in order to enter C source code
Q.1 Write a program to print first ten odd natural numbers. Q.2 Write a program to input a number. Print their table. Q.3 Write a function to print a factorial value.
C++ has no print option. The print option in your IDE allows you to print your C++ source code, thus giving you a "hard" copy of your code.
write a program to print A to Z on screen in c?
printf ("initials");
Write a c program to print the 100 to 1 nos
good morning
Yes.
bghjg
No.
include <stdio.h> int main (void) { puts ("print"); return 0; }
write a program to print the series 1/12+1/22+.........+1/n2 ?
#include
You cannot produce the source code from the machine code unless you use the source code as an input file which is output to the execution window. To output the machine code, treat the executable as an input file to itself.