how many argument we can pas in in a function
Answer Posted / revathy
how do u say that only 253 arguments can be passed.. please
justify
| Is This Answer Correct ? | 0 Yes | 4 No |
Post New Answer View All Answers
a c code by using memory allocation for add ,multiply of sprase matrixes
What are lookup tables in c?
What are the two forms of #include directive?
How to set file pointer to beginning c?
What is an auto variable in c?
What does c mean in basketball?
main() { int i = 10; printf(" %d %d %d ", ++i, i++, ++i); }
What are the advantages of c preprocessor?
In a switch statement, explain what will happen if a break statement is omitted?
What is c language in simple words?
Why doesnt this code work?
Is register a keyword in c?
What is #include called?
What is the use of static variable in c?
What is the use of bit field?