Answer Posted / sivakumar
I was searching for this answer for a long time but I
couldn't get it so pls guide me if possible.....
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What is #error and use of it?
find out largest elemant of diagonalmatrix
What are the 4 types of programming language?
How can you convert integers to binary or hexadecimal?
Why is structure important for a child?
How can I write a function that takes a format string and a variable number of arguments?
Why do we use pointer to pointer in c?
What are different storage class specifiers in c?
FORMATTED INPUT/OUTPUT functions are a) scanf() and printf() b) gets() and puts() c) getchar() and putchar() d) all the above
Explain what is a stream?
What is difference between stdio h and conio h?
What is wrong with this program statement?
how is the examination pattern?
What is a c token and types of c tokens?
#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); }