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 |
Can the curly brackets { } be used to enclose a single line of code?
In which mode we open the file for read,write and append also in c ? a)W b)w+ c)r+ d)a
Write a C program to fill a rectangle using window scrolling
What are the functions to open and close the file in c language?
How do I send escape sequences to control a terminal or other device?
What is c language used for?
A text file that contains declarations used by a group of functions,programs,or users a) executable file b) header file c) obj file d) .cfile
Explain how can a program be made to print the name of a source file where an error occurs?
difference between object file and executable file
size maximum allocated by calloc()
How can you invoke another program from within a C program?
What is a void * in c?