what is recursion in C
No Answer is Posted For this Question
Be the First to Post Answer
What is the difference between typedef struct and struct?
what is meant by c
What is difference between scanf and gets?
What is dynamic dispatch in c++?
The operation of a stair case switch best explains the a) or operation b) and operation c)exclusive nor operation d)exclusive or operation Which of the following is/are syntactically correct? a) for(); b) for(;); c) for(,); d) for(;;);
1 Answers HCL, Public Service Commission,
What is storage class?
int a=1,b=2,c=3; printf("%d,%d",a,b,c); What is the output?
What is the output for the following program #include<stdio.h> main() { char a[5][5],flag; a[0][0]='A'; flag=((a==*a)&&(*a==a[0])); printf("%d\n",flag); }
void main() { int *ptr; ptr = (int *) 0x400 ; printf("ptr=%d",ptr); } output?
write a C program : To find out the number of identical words in two files . the file name should be taken as command line argument .
Write a program to swap two numbers without using a temporary variable?
What kind of structure is a house?