Users Also Read
MCQ's Search Engine
Electrical Engineering
Mechanical Engineering
Civil Engineering
Automobile Engineering
Chemical Engineering
Computer Engineering
Electronics Engineering
Medical Science Engg
- A function can be called any number of times.
- A function gets called when the function name is followed by a semicolon.
- The order in which functions are defined in a program and the order in which they are called must be the same.
Consider the following statements about 'Functions' in C
| |
A. | All [Wrong Answer] |
B. | 1 and 2 only [Correct Answer] |
C. | 1 and 3 only [Wrong Answer] |
D. | 2 and 3 only [Wrong Answer] |