Explain setjmp()?
No Answer is Posted For this Question
Be the First to Post Answer
what is output? main() { #define SQR(x) x++ * ++x int i = 3; printf(" %d %d ",SQR(i),i * SQR(i)); } a)9 27 b)35 60 c)20 60 d)15 175
Is there any data type in c with variable size?
1 1 12 21 123 321 12344231 how i creat it with for loop??
Write a program to produce the following output: 1 2 3 4 5 6 7 8 9 10
what is difference between getchar,putchar functions and printf and scanf function? does putchar show output only when input given to it
what is the hardware model of CFG( context free grammar)
How can I set an array's size at run time?
Code for calculating square root without using library function, of math.h
main() { printf("hello"); fork(); }
where can function pointers be used?
what is the difference between NULL & NUL keywords in C?
What is a null pointer in c?