

MCQOPTIONS
Saved Bookmarks
1. |
Assertion (A): If ‘char a[10];’ is defined in one file and ‘extern char *a;’ is declared in another file then it does not work.Reason (R): The declaration ‘extern char *a;’ does not declare an array and therefore does not match the actual definition. |
A. | Both (A) and (R) are true and (R) is the correct explanation of (A) |
B. | Both (A) and (R) are true, but (R) is not the correct explanation of (A) |
C. | (A) is true, but (R) is false |
D. | (A) is false, but (R) is true |
Answer» B. Both (A) and (R) are true, but (R) is not the correct explanation of (A) | |