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 |
In C programming, what command or code can be used to determine if a number of odd or even?
Every time i run a c-code in editor, getting some runtime error and editor is disposing, even after reinstalling the software what may be the problem?
What are keywords in c with examples?
What is the purpose of 'register' keyword in c language?
How would you use the functions fseek(), freed(), fwrite() and ftell()?
0 Answers Aspire, Infogain, TISL,
What are register variables? What are the advantage of using register variables?
An integer that indentifies the position of a data item in a sequence of data items a) value b) number c) index d) all of the above
Define function pointers?
what is real time system?what is the differance between hard and soft real time systems
Why c is called object oriented language?
What are the rules for the identifier?
What is alloca() and why is its use discouraged?