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

Options

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

Click to view Correct Answer

Previous || Next

Declarations and Initializations - General Questions more questions

In mathematics and computer programming, which is the correct order....

Which of the following cannot be checked in a switch-case....

Which of the following statements should be used to obtain....

What are the types of linkages?

Which of the following special symbol allowed in a variable....

How would you round off a value from 1.66 to....

By default a real number is treated as a

Which of the following is not user defined data type?....

Is the following statement a declaration or definition? extern int....

Identify which of the following are declarations 1 : extern....

Arrays - General Questions more Online Exam Quiz

Complicated Declarations - General Questions

Control Instructions - General Questions

Floating Point Issues - General Questions