write a C program to print the program itself ?!
Answer Posted / joyab
#include <stdio.h>
int main()
{
char a[] = "int main(){char a[] = %c%s%c; char b = '%c'; printf(a,b,a,b,b);}";
char b = '"';
printf(a,b,a,b,b);
}
| Is This Answer Correct ? | 9 Yes | 9 No |
Post New Answer View All Answers
What do you mean by a local block?
Why array is used in c?
what is the function of pragma directive in c?
What are the types of unary operators?
Difference between malloc() and calloc() function?
What are the features of c languages?
Simplify the program segment if X = B then C ← true else C ← false
Was 2000 a leap year?
What is 2c dna?
What is the difference between ++a and a++?
hi to every one .. how to view table pool after creating the pooled table? plz help me.. if any knows abt this ..
Is flag a keyword in c?
Between macros and functions,which is better to use and why?
what is uses of .net
Difference between macros and inline functions? Can a function be forced as inline?