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
Which is an example of a structural homology?
What does the file stdio.h contain?
What are the different types of pointers used in c language?
Explain how can you check to see whether a symbol is defined?
What is the use of typedef in c?
How do you initialize pointer variables?
Why is c platform dependent?
How is a macro different from a function?
What is c language in simple words?
What is the right type to use for boolean values in c? Is there a standard type? Should I use #defines or enums for the true and false values?
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.
Not all reserved words are written in lowercase. TRUE or FALSE?
What does s c mean in text?
How can I handle floating-point exceptions gracefully?
Write a program to check palindrome number in c programming?