how many argument we can pas in in a function
Answers were Sorted based on User's Feedback
Answer / apurve kadawat
We can pass any no.of parameters.The upperlimit can be found
out by knowing the stack size for that function alloted by
the operating system.Therefore it is dependent upon the
operating system how much stack it is allocating.
| Is This Answer Correct ? | 0 Yes | 0 No |
depending upon requirements we can pass no of arguments in
functions
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / 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 |
Answer / subbu
maximum number of arguments for a single function is 253
| Is This Answer Correct ? | 2 Yes | 3 No |
Why c language is called c?
how can write all 1to 100 prime numbers using for loop,if and break ?
define switch statement?
Differentiate between full, complete & perfect binary trees.
Can 'this' pointer by used in the constructor?
When I tried to go into a security sites I am denied access and a message appeared saying 'applet not initialize'. How can I rectify this problem.
What does stand for?
What is call by reference in functions?
What is 1d array in c?
what is diffrence between string and character array?
what is the differance between pass by reference and pass by value.
how to print this sereis 2 4 3 6 5..........?