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 |
What are pointers in C?
Write a C program where input is: "My name is xyz". output is: "xyz is name My".
What are the c keywords?
what are non standard function in c
what is the use of fflush() function?
What is the difference between far and near in c?
Tell us the difference between these two : #include"stdio.h" #include<stdio.h> define in detial.
implement NAND gate logic in C code without using any bitwise operatior.
Would you rather wait for the results of a quicksort, a linear search, or a bubble sort on a 200000 element array? 1) Quicksort 2) Linear Search 3) Bubble Sort
Explain the importance and use of each component of this string: Foo.Bar, Version=2.0.205.0, Culture=neutral, PublicKeyToken=593777ae2d274679d
What is the function of volatile in c language?
how many key words availabel in c a) 28 b) 31 c) 32