Electronics and Communication Engineering - Microprocessors - Discussion

Discussion Forum : Microprocessors - Section 3 (Q.No. 44)
44.
Consider the following statements about 'Functions' in C
  1. A function can be called any number of times.
  2. A function gets called when the function name is followed by a semicolon.
  3. The order in which functions are defined in a program and the order in which they are called must be the same.
Which of the above statements are correct?
All
1 and 2 only
1 and 3 only
2 and 3 only
Answer: Option
Explanation:

The two orders need not be the same in C.

Discussion:
Be the first person to comment on this question !

Post your comments here:

Your comments will be displayed after verification.