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 volatile variables in c?
Can you please compare array with pointer?
What are near, far and huge pointers?
Explain what could possibly be the problem if a valid function name such as tolower() is being reported by the c compiler as undefined?
What is a rvalue?
When should volatile modifier be used?
Are pointers integers in c?
What functions are used in dynamic memory allocation in c?
Explain what are the advantages and disadvantages of a heap?
List the difference between a "copy constructor" and a "assignment operator"?
What is the need of structure in c?
‘SAVEPOINT’ and ‘ROLLBACK’ is used in oracle database to secure the data comment. Give suitable examples of each with sql command.
Tell me when is a void pointer used?
How can you tell whether two strings are the same?
write a program in C that prompts the user for today's date,tomorrow's date and display the results.Use structures for today's date,tomorrow's date and an array to hold the days for each month of the year.