how many argument we can pas in in a function

Answer Posted / roxin thomas

Any number of arguments can be passed to a function being
called. However, the type, order and number of the actual
and formal arguments must always be same.

Is This Answer Correct ?    2 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the different types of C instructions?

681


Is there any demerits of using pointer?

634


if a is an integer variable, a=5/2; will return a value a) 2.5 b) 3 c) 2 d) 0

1454


What is union and structure in c?

621


What is the most efficient way to count the number of bits which are set in an integer?

595






Write a code on reverse string and its complexity.

610


write a program in c language to print your bio-data on the screen by using functions.

6253


What is pass by value in c?

597


why wipro wase

1833


What is methods in c?

646


What is #include cctype?

582


Explain how can type-insensitive macros be created?

572


How many parameters should a function have?

670


#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); }

775


What is the sizeof () a pointer?

552