How do you use a 'Local Block'?
No Answer is Posted For this Question
Be the First to Post Answer
int far *near * p; means
How can I write a function analogous to scanf?
Explain the difference between getch() and getche() in c?
What do you mean by Recursion Function?
int a=2,b=3,c=4; printf("a=%d,b=%d\n",a,b,c); what is the o/p?
#define MAX(x,y) (x) > (y) ? (x) : (y) main() { int i = 10, j = 5, k = 0; k = MAX(i++, ++j); printf("%d %d %d", i,j,k); } what will the values of i , j and k? }
14 Answers CDAC, GATE, NDS, TCS,
What is the concatenation operator?
How to write in a function declaration and in function call in which the function has 'n' number of varible or arguments?
What does void main () mean?
How do you sort filenames in a directory?
what is Array?
find largest of 3 no