how many argument we can pas in in a function
Answer Posted / 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 |
Post New Answer View All Answers
What is the package for freshers(Non IIT) in amazon(hyderabad). And what is the same for those who are a contract employee.
What are local variables c?
What is a example of a variable?
What does the error message "DGROUP exceeds 64K" mean?
What is a scope resolution operator in c?
How are variables declared in c?
What is the difference between the expression “++a” and “a++”?
What is wrong with this code?
What is a lvalue
What is methods in c?
How can I write data files which can be read on other machines with different word size, byte order, or floating point formats?
How to get string length of given string in c?
What is difference between class and structure?
How do c compilers work?
What is the difference between far and near in c?