how many argument we can pas in in a function
Answer Posted / venu gopal raju
depending on our requirement we can pass many as arguments
to a function.
Is This Answer Correct ? | 13 Yes | 2 No |
Post New Answer View All Answers
Are there namespaces in c?
What is the use of #define preprocessor in c?
What is nested structure in c?
Can you tell me how to check whether a linked list is circular?
Explain the ternary tree?
Write a program for Overriding.
How do you construct an increment statement or decrement statement in C?
code for quick sort?
why programs in c are running with out #include
Write a C/C++ program that connects to a MySQL server and checks if the InnoDB plug-in is installed on it. If so, your program should print the maximum number of concurrent threads that the InnoDB plug-in can create.
ATM machine and railway reservation class/object diagram
What are the data types present in c?
Declare the structure which contains the following members and write in C list of all students who score more than 75 marks. Roll No, Name, Father Name, Age, City, Marks.
Where static variables are stored in c?
What are qualifiers and modifiers c?