how many argument we can pas in in a function
Answer Posted / dushyant
i think we can pass four type of arguement in a function:-
1)function with argument with return a value
2) function with argument without return a value
3) function without argument with return a value
4) function with argument without return a value
5) function without argument without return a value
| Is This Answer Correct ? | 0 Yes | 4 No |
Post New Answer View All Answers
How can you avoid including a header more than once?
What is the size of enum in bytes?
write a program which the o/p should b in such a way that s triangle if I/p is 3,a Square/rectangle if I/P=4,a pentagon if I/P=5 and so on...forget about the I/P which is less than 3
What is logical error?
What's a good way to check for "close enough" floating-point equality?
Suggesting that there can be 62 seconds in a minute?
Explain how do you declare an array that will hold more than 64kb of data?
What are pragmas and what are they good for?
Which driver is a pure java driver
What is the function of multilevel pointer in c?
What is keyword in c?
What is storage class?
What is memory leak in c?
Where is volatile variable stored?
What does it mean when a pointer is used in an if statement?