How to write in a function declaration and in function call in
which the function has 'n' number of varible or arguments?
Answer Posted / kiran kumar yakkala
returntype function_name(int counter,...)
here first one is the counter tells about how many no are
going to use
... specifies variable no of arguments
for further clarificaiton, refer "Let us C" book
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How do we declare variables in c?
What is the use of in c?
What is p in text message?
Is main a keyword in c?
What are the benefits of organizational structure?
What is the difference between malloc() and calloc()?
What is structure padding and packing in c?
Explain how can I prevent another program from modifying part of a file that I am modifying?
What are different types of variables in c?
Is main an identifier in c?
Tell us the use of fflush() function in c language?
How many levels of indirection in pointers can you have in a single declaration?
how to create duplicate link list using C???
How do I send escape sequences to control a terminal or other device?
State the difference between realloc and free.