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
What is line in c preprocessor?
What is the difference between #include
When is a “switch” statement preferable over an “if” statement?
Explain how do you determine whether to use a stream function or a low-level function?
How can I change the size of the dynamically allocated array?
how could explain about job profile
What is bin sh c?
I came across some code that puts a (void) cast before each call to printf. Why?
formula to convert 2500mmh2o into m3/hr
Here is a neat trick for checking whether two strings are equal
What are bitwise shift operators in c programming?
Which is best book for data structures in c?
What is the -> in c?
What are keywords in c with examples?
What is the difference between c &c++?