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
explain what is a newline escape sequence?
What is meant by gets in c?
What does == mean in texting?
What is a floating point in c?
What is default value of global variable in c?
Why is c called a mid-level programming language?
Explain #pragma statements.
Explain how can I open a file so that other programs can update it at the same time?
Write the test cases for checking a variable having value in range -10.0 to +10.0?
How do I swap bytes?
Is c++ based on c?
Explain enumerated types in c language?
Why #include is used in c language?
a program that performs some preliminary processing in C, it acts upon certain directives that will affect how the compiler does its work a) compiler b) loader c) directive d) preprocessor
Define Array of pointers.