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


Please Help Members By Posting Answers For Below Questions

What does 2n 4c mean?

989


What is c system32 taskhostw exe?

802


Can true be a variable name in c?

762


There is a practice in coding to keep some code blocks in comment symbols than delete it when debugging. How this affect when debugging?

1066


What is data structure in c and its types?

826


main() { printf("hello"); fork(); }

962


what will be the output for the following main() { printf("hi" "hello"); }

10164


Explain what is the purpose of "extern" keyword in a function declaration?

823


4. main() { int c=- -2; printf("c=%d",c); }

1577


What is ambagious result in C? explain with an example.

2317


What is union and structure?

796


what do u mean by Direct access files? then can u explain about Direct Access Files?

1851


What does the error 'Null Pointer Assignment' mean and what causes this error?

979


Describe the steps to insert data into a singly linked list.

837


How can a program be made to print the line number where an error occurs?

885