Why double pointer is used in c?
For what purpose null pointer used?
write a program in c to print **** * * * * ****
what is difference between overriding and overloading?
Result of the following program is main() { int i=0; for(i=0;i<20;i++) { switch(i) case 0:i+=5; case 1:i+=2; case 5:i+=5; default i+=4; break;} printf("%d,",i); } } a)0,5,9,13,17 b)5,9,13,17 c)12,17,22 d)16,21 e)syntax error
what is data structure?
There are 21 people in a room. They have to form groups of 3 people each. How many combinations are possible? Write a C program to print the same.
What is a volatile keyword in c?
What is the use of sizeof?
Once I have used freopen, how can I get the original stdout (or stdin) back?
What is a floating point in c?
When would you use a pointer to a function?
what is the function of .h in #include<stdio.h> in c ?
23 Answers HCL, IBM, Wipro,