how many argument we can pas in in a function
Answer Posted / karthikm
depends on the compiler
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What are variables and it what way is it different from constants?
What is difference between union All statement and Union?
What is keyword with example?
how to solve "unable to open stdio.h and conio.h header files in windows 7 by using Dos-box software
What is New modifiers?
What is void pointers in c?
Explain the concept and use of type void.
An instruction which is analysed and acted upon by the processor prior to the compiler going its work a) directive b) constructive c) constant d) absolute mode
What are Macros? What are its advantages and disadvantages?
What are the 5 elements of structure?
What does c mean in basketball?
What is void c?
What is the difference between near, far and huge pointers?
Explain continue keyword in c
why use functions a) writing functions avoids rewriting the same code over and over b) using functions it becomes easier to write programs and keep track of what they are doing c) a & b d) none of the above