Question: Identify which of the following are declarations 1 : extern int x; 2 : float square ( float x ) { ... } 3 : double pow(double, double);

Options

A : 1

B : 2

C : 1 and 3

D : 3

Click to view Correct Answer

Previous || Next

Declarations and Initializations - General Questions more questions

Is there any difference between following declarations? 1 : extern....

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....

In the following program where is the variable a getting....

When we mention the prototype of a function?

What are the different types of real data type in....

What will you do to treat the constant 3.14 as....

If the binary eauivalent of 5.375 in normalised form is....

Arrays - General Questions more Online Exam Quiz

Complicated Declarations - General Questions

Control Instructions - General Questions

Floating Point Issues - General Questions