Question: What will you do to treat the constant 3.14 as a long double ?

Options

A : use 3.14LD

B : use 3.14L

C : use 3.14DL

D : use 3.14LF

Click to view Correct Answer

Previous || Next

Floating Point Issues - General Questions more questions

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

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

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

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

Which of the following range is a valid long double....

Which statement will you add in the following program to....

We want to round off x , a float ,....

The binary equivalent of 5.375 is

Arrays - General Questions more Online Exam Quiz

Complicated Declarations - General Questions

Control Instructions - General Questions

Declarations and Initializations - General Questions

Strings - General Questions