Answer Posted / phani kumar s
yes they will support multiple arguments
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
c language interview questions & answer
#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); }
What does void main return?
What do you mean by dynamic memory allocation in c? What functions are used?
How do you search data in a data file using random access method?
Is array a primitive data type in c?
Which is best book for data structures in c?
If I have a char * variable pointing to the name of a function ..
What is the difference between printf and scanf )?
Define macros.
Can you please explain the difference between exit() and _exit() function?
Can a local variable be volatile in c?
How can I sort a linked list?
Explain what is the difference between #include and #include 'file' ?
Why c is called a middle level language?