answersLogoWhite

0

C program to print its own code?

Updated: 12/13/2022
User Avatar

Wiki User

15y ago

Best Answer

You are referring to a quine

User Avatar

Wiki User

15y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: C program to print its own code?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is the use of print option in c plus plus?

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 an assembly language program to print a to z on screen?

write a program to print A to Z on screen in c?


What is a C program to print initials?

printf ("initials");


Write a c program to print roman letters?

good morning


Can you Write a program in 'c' to print symbols of playing cards?

Yes.


C plus plus program to print number patterns?

bghjg


Do I need a C plus plus program to print PASCAL's triangle?

No.


Write a c program to print the 100 to 1 nos?

Write a c program to print the 100 to 1 nos


Write c program to print?

include <stdio.h> int main (void) { puts ("print"); return 0; }


Write a C Program to print sum of squares of odd numbers?

#include


Write a C program to print the following series 112 122 . 1n2?

write a program to print the series 1/12+1/22+.........+1/n2 ?


C code for magic square?

the way of learning c program