how many argument we can pas in in a function
Answer Posted / roxin thomas
Any number of arguments can be passed to a function being
called. However, the type, order and number of the actual
and formal arguments must always be same.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What are categories used for in c?
What is a char in c?
How can you convert integers to binary or hexadecimal?
Is c a great language, or what?
What is the difference between volatile and const volatile?
What does the c in ctime mean?
How can I get back to the interactive keyboard if stdin is redirected?
Explain what is page thrashing?
What is nested structure?
What does the && operator do in a program code?
Q.1 write a program to create binary tree 1 to 16 numbers? Q.2 write a program to creat a binary search tree for the member that is given by user?
Tell me about low level programming languages.
Combinations of fibanocci prime series
What is a shell structure examples?
How is a null pointer different from a dangling pointer?