how many argument we can pas in in a function
Answer Posted / sudeep dutta
Any number of parameters can be passed.The parameters may be
of any type.But the number of parameters used completely
depends on the function that you have declared.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the use of a conditional inclusion statement in C?
to find the closest pair
while initialization of array why we use a[][2] why not a[2][]...?
How to Throw some light on the splay trees?
What's the right way to use errno?
Explain what are the standard predefined macros?
What is use of bit field?
What does nil mean in c?
How can I trap or ignore keyboard interrupts like control-c?
Is it valid to address one element beyond the end of an array?
Which one to choose from 'initialization lists' or 'assignment', for the use in the constructor?
What is default value of global variable in c?
What is the description for syntax errors?
Can you please explain the difference between malloc() and calloc() function?
write a program in c language to print your bio-data on the screen by using functions.