write a C program to print the program itself ?!
Answer Posted / yang
main(a){printf(a,34,a="main(a){printf(a,34,a=%c%s%c,34);}",34);}
copied from somewhere, but it works
| Is This Answer Correct ? | 17 Yes | 20 No |
Post New Answer View All Answers
Why clrscr is used in c?
Write a program that accept anumber in words
write a program for the normal snake games find in most of the mobiles.
How can I write data files which can be read on other machines with different word size, byte order, or floating point formats?
Can a variable be both const and volatile?
Add Two Numbers Without Using the Addition Operator
formula to convert 2500mmh2o into m3/hr
Device an algorithm for weiler-atherton polygon clipping, where the clipping window can be any specified polygon
int i[2], j; int *pi;i[0] = 1; i[1] = 5; pi = i; j = *pi + 1 + *(pi + 1)Value of j after execution of the above statements will be a) 7 b) 6 c) 4 d) pointer
Without Computer networks, Computers will be half the use. Comment.
How many types of errors are there in c language? Explain
Can you please explain the difference between syntax vs logical error?
Explain null pointer.
What is the use of f in c?
Devise a program that inputs a 3 digit number n and finds out whether the number is prime or not. Find out its factors.