Here is a good puzzle: how do you write a program which produces its own source code as output?
No Answer is Posted For this Question
Be the First to Post Answer
What is #include cctype?
what is difference between getchar,putchar functions and printf and scanf function? does putchar show output only when input given to it
What does the error 'Null Pointer Assignment' mean and what causes this error?
What is wrong with this initialization?
Explain how can type-insensitive macros be created?
what is purpose of fflush(stdin) function
print 1-50 with two loop & two print Statement
If "AaBbCc" is passed to the char char x(*a) { a[0]?x(a+1):1; printf("%c",a[0]); return 1; } what will be the output?
What are the primitive data types in c?
please can some one guide me, to the answer Write a C program to enter 15 numbers as an input from the keyboard and program will find and print odd numbers and their average. i have studied while and do while loop for loop if and else if switch
sir i got 146 correct question & i have also the advantage of height so will they consider my marks as 146+3=149.can any body tell me how they consider my height marks.
Give a one-line C expression to test whether a number is a power of 2. [No loops allowed - it's a simple test.]