GAT Subject
Engineering
Computer Science Civil Engineering Chemical Engineering Agricultural Engineering Mechanical Engineering Electronics and Communication
4. | Is there any difference between following declarations? | |
A. | No difference, except extern int fun(); is probably in another file | |
B. | int fun(); is overrided with extern int fun(); | |
C. | Both are identical | |
D. | None of above | |