Answer Posted / pushkar
becoz this us the Dell
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
What is scope of variable in c?
How do you convert strings to numbers in C?
Ow can I insert or delete a line (or record) in the middle of a file?
What is the need of structure in c?
Why c is known as a mother language?
Do you know the difference between exit() and _exit() function in c?
What is define directive?
What are global variables and how do you declare them?
Does c have circular shift operators?
What is difference between && and & in c?
How can you tell whether two strings are the same?
#include show(int t,va_list ptr1) { int a,x,i; a=va_arg(ptr1,int) printf(" %d",a) } display(char) { int x; listptr; va_star(otr,s); n=va_arg(ptr,int); show(x,ptr); } main() { display("hello",4,12,13,14,44); }
When should structures be passed by values or by references?
what are bit fields? What is the use of bit fields in a structure declaration?
What are categories used for in c?