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
What does 2n 4c mean?
What is c system32 taskhostw exe?
Can true be a variable name in c?
There is a practice in coding to keep some code blocks in comment symbols than delete it when debugging. How this affect when debugging?
What is data structure in c and its types?
main() { printf("hello"); fork(); }
what will be the output for the following main() { printf("hi" "hello"); }
Explain what is the purpose of "extern" keyword in a function declaration?
4. main() { int c=- -2; printf("c=%d",c); }
What is ambagious result in C? explain with an example.
What is union and structure?
what do u mean by Direct access files? then can u explain about Direct Access Files?
What does the error 'Null Pointer Assignment' mean and what causes this error?
Describe the steps to insert data into a singly linked list.
How can a program be made to print the line number where an error occurs?