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
How can I remove the trailing spaces from a string?
How can you determine the maximum value that a numeric variable can hold?
What are the benefits of organizational structure?
How does selection sort work in c?
What is class and object in c?
What is variable initialization and why is it important?
What math functions are available for integers? For floating point?
What is the acronym for ansi?
Explain what is the concatenation operator?
What is the difference between struct and typedef struct in c?
Why do we use return in c?
program for reversing a selected line word by word when multiple lines are given without using strrev
Are the outer parentheses in return statements really optional?
What are the key features in c programming language?
What are the advantages of using macro in c language?