Discussion :: Microprocessors
-
Consider the following statements about 'Functions' in C
- 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.
Answer : Option B
Explanation :
The two orders need not be the same in C.
Be The First To Comment