how many argument we can pas in in a function
Answer Posted / bryan olson
The language allows any number, but a C implementation may
impose a limit. The current standard requires conforming
compilers to allow 127 parameters.
[International Standard ISO/IEC 9899:1999 Programming
Languages -- C, Section 5.2.4.1 Translation limits]
Good answers: "any number", "many", "as many as we need",
"I'd have to look that up."
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
How can I find out the size of a file, prior to reading it in?
Do you know the difference between exit() and _exit() function in c?
the statement while(i) puts the entire logic in loop. this loop is called a) indefinite loop b) definite loop c) loop syntax wrong d) none of the above
What is the incorrect operator form following list(== , <> , >= , <=) and what is the reason for the answer?
What is a rvalue?
Explain void pointer?
What is the difference between the local variable and global variable in c?
How to Throw some light on the splay trees?
Write a function that will take in a phone number and output all possible alphabetical combinations
What are qualifiers and modifiers c?
What are the types of data files?
When do you not use the keyword 'return' when defining a function a) Always b) Never c) When the function returns void d) dfd
which of the following shows the correct hierarchy of arithmetic operations in C a) (), **, * or/,+ or - b) (),**,*,/,+,- c) (),**,/,*,+,- d) (),/ or *,- or +
how do you programme Carrier Sense Multiple Access
Define recursion in c.