how many argument we can pas in in a function
Answer Posted / sudeep dutta
Any number of parameters can be passed.The parameters may be
of any type.But the number of parameters used completely
depends on the function that you have declared.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
I need testPalindrome and removeSpace
#include
What do you mean by invalid pointer arithmetic?
Tell me when is a void pointer used?
How would you obtain the current time and difference between two times?
Tell me what is the purpose of 'register' keyword in c language?
write a program to print largest number of each row of a 2D array
differentiate built-in functions and user – defined functions.
What does d mean?
How to explain the final year project as a fresher please answer with sample project
How can I find out how much free space is available on disk?
What is n in c?
Write a program to implement a round robin scheduler and calculate the average waiting time.Arrival time, burst time, time quantum, and no. of processes should be the inputs.
How to draw the flowchart for structure programs?
What is a pointer value and address in c?
Can static variables be declared in a header file?