Is there any difference between following declarations?1 :extern int fun();2 :int fun(); - Study24x7
Social learning Network
study24x7

Default error msg

Login

New to Study24x7 ? Join Now
Already have an account? Login
15 Feb 2023 06:07 PM study24x7 study24x7

Is there any difference between following declarations?
1 :extern int fun();
2 :int fun();

A

Both are identical

B

No difference, except extern int fun(); is probably in another file

C

int fun(); is overrided with extern int fun();

D

None of these

study24x7
Write a comment
Related Questions
500+   more Questions to answer
Most Related Articles