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


Please Help Members By Posting Answers For Below Questions

How do you construct an increment statement or decrement statement in C?

978


When the macros gets expanded?

1059


What are the advantages of using linked list for tree construction?

832


Synonymous with pointer array a) character array b) ragged array c) multiple array d) none

803


What is an auto keyword in c?

853


What the different types of arrays in c?

791


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

889


disply the following menu 1.Disply 2.Copy 3.Append; as per the menu do the file operations 4.Exit

1828


Explain enumerated types.

792


difference between object file and executable file

6313


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

1616


What is data type long in c?

821


Can we declare a function inside a function in c?

795


What is a static function in c?

816


How will you write a code for accessing the length of an array without assigning it to another variable?

796