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
What does c in a circle mean?
Why is sizeof () an operator and not a function?
provide an example of the Group by clause, when would you use this clause
In which language linux is written?
while initialization of array why we use a[][2] why not a[2][]...?
How can I delete a file?
What are the types of macro formats?
Explain enumerated types.
Differentiate fundamental data types and derived data types in C.
List at least 10 sorting methods indicating their average case complexity, worst case complexity and best case complexity.
What is main () in c?
Why we write conio h in c?
Are there constructors in c?
Can a pointer point to null?
What is c++ used for today?