how many argument we can pas in in a function
Answer Posted / parthipan
As much as we can. But As all the function parameters are
passed through the stack there are changes that the stack
may overflow which will cause abnormal termination.
| Is This Answer Correct ? | 27 Yes | 0 No |
Post New Answer View All Answers
What is a MAC Address?
explain what is fifo?
What is the -> in c?
What is pointer to pointer in c?
What are the standard predefined macros?
List some of the dynamic data structures in C?
What is the benefit of using const for declaring constants?
Where we use clrscr in c?
What is malloc return c?
How do we make a global variable accessible across files? Explain the extern keyword?
What is function what are the types of function?
What is the incorrect operator form following list(== , <> , >= , <=) and what is the reason for the answer?
Explain the difference between structs and unions in c?
How can you avoid including a header more than once?
any limit on the number of functions that might be present in a C program a) max 35 functions b) max 50 functions c) no limit d) none of the above