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
What does the error message "DGROUP exceeds 64K" mean?
How can I do peek and poke in c?
Can you please explain the scope of static variables?
What is ctrl c called?
Write a program to produce the following output: 1 2 3 4 5 6 7 8 9 10
write an algorithm to display a square matrix.
What is const volatile variable in c?
How can I check whether a file exists? I want to warn the user if a requested input file is missing.
What is dynamic memory allocation?
1) write a program to generate 1st n fibonacci prime numbers using Nested if 2) write a program to generate twin prime numbers from m to n using nested if 3) write a program to check whether a given integer is a strong number or not using nested if 4) Write a program to generate prime factors of a given integer using nested if 5)write a program to generate prime numbers from m to n using nested if 6)write a program to generate perfect numbers from m to n using nested if 7)write a program to generate the pallindromes from m to n using neste if 8)write a program to generate armstrong numbers from m to n using nested if 9)write a program to generate strong numbers from m to n using nested if
write a program in C that prompts the user for today's date,tomorrow's date and display the results.Use structures for today's date,tomorrow's date and an array to hold the days for each month of the year.
What is build process in c?
When we use void main and int main?
how to build a exercise findig min number of e heap with list imlemented?
How many types of sorting are there in c?