Multiple Choice
A variable declared in a function can be used in main() .
A) True
B) False
C) True if it is declared static
D) None of the mentioned
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q16: What is the result of logical or
Q17: Which of the following statement is false?<br>A)A
Q18: What is the size of an int
Q19: Do logical operators in the C language
Q20: All keywords in C are in _<br>A)LowerCase
Q22: Which operators of the following have same
Q23: By default a real number is treated
Q24: Which of the following is not a
Q25: Which of the following typecasting is accepted
Q26: Are logical operator sequence points?<br>A)True<br>B)False<br>C)Depends on the