how many argument we can pas in in a function
Answer Posted / subbu
maximum number of arguments for a single function is 253
| Is This Answer Correct ? | 2 Yes | 3 No |
Post New Answer View All Answers
Why are all header files not declared in every c program?
Why is this loop always executing once?
Is there anything like an ifdef for typedefs?
a value that does not change during program execution a) variabe b) argument c) parameter d) none
Why isnt any of this standardized in c?
What does typeof return in c?
Explain the use of function toupper() with and example code?
What is the purpose of clrscr () printf () and getch ()?
can any one please explain, how can i access hard disk(physical address)? it is possible by the use of far,near or huge pointer? if yes then please explain......
Why is c used in embedded systems?
What is actual argument?
difference between object file and executable file
Write a code to generate a series where the next element is the sum of last k terms.
What does c in a circle mean?
How can I convert a number to a string?