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
please explain every phase in the "SDLC" in the dotnet.
what is c programing
errors in computer programmes are called
Write down the program to sort the array.
what is software?
What does typeof return in c?
#include main() { int *p, *c, i; i = 5; p = (int*) (malloc(sizeof(i))); printf(" %d",*p); *p = 10; printf(" %d %d",i,*p); c = (int*) calloc(2); printf(" %d ",*c); }
What is strcpy() function?
what are two kinds of java
How can I open a file so that other programs can update it at the same time?
The % symbol has a special use in a printf statement. How would you place this character as part of the output on the screen?
What are qualifiers in c?