how many argument we can pas in in a function
Answer Posted / vrushali
It is 127 as told by K & R
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
What is difference between static and global variable in c?
How to declare a variable?
How do I get an accurate error status return from system on ms-dos?
What is difference between structure and union in c?
What is a static variable in c?
What is the difference between array and linked list in c?
Who is the main contributor in designing the c language after dennis ritchie?
What is wrong with this declaration?
How can you determine the maximum value that a numeric variable can hold?
How do I convert a string to all upper or lower case?
What is pointer to pointer in c language?
what is the difference between 123 and 0123 in c?
Explain the difference between strcpy() and memcpy() function?
In C language, the variables NAME, name, and Name are all the same. TRUE or FALSE?
How can I convert a number to a string?