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
Write a C program in Fibonacci series.
Explain how can you restore a redirected standard stream?
Write a code to generate divisors of an integer?
Ow can I insert or delete a line (or record) in the middle of a file?
Do string constants represent numerical values?
‘ C’ PROGRAME TO SHOW THE TYPE OF TRANGLE BY ACCEPTING IT’S LENGTH .
What are the different types of C instructions?
What is ## preprocessor operator in c?
What is the difference between ‘g’ and “g” in C?
Can a variable be both static and volatile in c?
How will you find a duplicate number in a array without negating the nos ?
What does 1f stand for?
Can a file other than a .h file be included with #include?
Is sizeof a keyword in c?
What is printf () in c?