Multiple Choice
What is the scope of a function?
A) Whole source file in which it is defined
B) From the point of declaration to the end of the file in which it is defined
C) Any source file in a program
D) From the point of declaration to the end of the file being compiled
Correct Answer:

Verified
Correct Answer:
Verified
Q5: Operation "a = a * b +
Q6: Relational operators cannot be used on _<br>A)structure<br>B)long<br>C)strings<br>D)float
Q7: The format identifier '%i' is also used
Q8: What will be the final value of
Q9: Which of the following statement is false?<br>A)Constant
Q11: In expression i = g() + f(),
Q12: What is short int in C programming?<br>A)The
Q13: What is the precedence of arithmetic operators
Q14: Which among the following are the fundamental
Q15: What is the scope of an external