how many argument we can pas in in a function
Answer Posted / venu gopal raju
depending on our requirement we can pass many as arguments
to a function.
| Is This Answer Correct ? | 13 Yes | 2 No |
Post New Answer View All Answers
Write a program to print ASCII code for a given digit.
#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); }
How macro execution is faster than function ?
how to find binary of number?
Do you know the difference between malloc() and calloc() function?
Where are c variables stored in memory?
What is floating point constants?
Explain can static variables be declared in a header file?
What is difference between union and structure in c?
What are the uses of null pointers?
What is #define in c?
What is the time and space complexities of merge sort and when is it preferred over quick sort?
What is the difference between abs() and fabs() functions?
What are different types of variables in c?
Explain what header files do I need in order to define the standard library functions I use?