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 do you construct an increment statement or decrement statement in C?
When the macros gets expanded?
What are the advantages of using linked list for tree construction?
Synonymous with pointer array a) character array b) ragged array c) multiple array d) none
What is an auto keyword in c?
What the different types of arrays in c?
any restrictions have on the number of 'return' statements that may be present in a function. a) no restriction b) only 2 return statements c) only 1 return statements d) none of the above
disply the following menu 1.Disply 2.Copy 3.Append; as per the menu do the file operations 4.Exit
Explain enumerated types.
difference between object file and executable file
what is the c source code for the below output? 10 10 10 10 10 10 10 10 10 10 9 9 7 6 6 6 6 6 6 9 7 5 9 7 3 2 2 5 9 7 3 1 5 9 7 3 5 9 7 4 4 4 4 5 9 7 8 8 8 8 8 8 8 8 9
What is data type long in c?
Can we declare a function inside a function in c?
What is a static function in c?
How will you write a code for accessing the length of an array without assigning it to another variable?