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
I completed my B.tech (IT). Actually I want to develop virtual object that which will change software technology in the future. To develop virtual object what course I have to take. can I any professor to help me.
What is a rvalue?
What is variables in c?
How can a string be converted to a number?
What are loops in c?
How do I use void main?
Does c have an equivalent to pascals with statement?
What are the complete rules for header file searching?
How can I find out how much free space is available on disk?
All technical questions
Explain #pragma statements.
What are variables and it what way is it different from constants?
How can I copy just a portion of a string?
Write a Program to find whether the given number or string is palindrome.
Is c high or low level?