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
write a sorting prgm to sort 50 nos and sum them and also remove all the occurrences of 15 and print it?
Why #include is used in c language?
Explain Function Pointer?
Without Computer networks, Computers will be half the use. Comment.
Write a program to print fibonacci series using recursion?
What are enums in c?
what is the syallabus of computer science students in group- 1?
What is switch in c?
What is data structure in c programming?
How can I do serial ("comm") port I/O?
What are the types of macro formats?
How can I do graphics in c?
What is conio h in c?
What are variables and it what way is it different from constants?
How many types of sorting are there in c?