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

Options

A : use float(3.14f)

B : use 3.14f

C : use f(3.14)

D : use (f)(3.14)

Click to view Correct Answer

Exam Quiz App on Google Play

Previous || Next

Floating Point Issues - General Questions more questions

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

A float occupies 4 bytes. If the hexadecimal equivalent of....

Which of the following statement obtains the remainder on dividing....

The keyword used to transfer control from a function back....

What is the notation for following functions?

How many times the program will print "IndiaBIX" ?

Which of the following function sets first n characters of....

Arrays - General Questions more Online Exam Quiz

Complicated Declarations - General Questions

Control Instructions - General Questions

Declarations and Initializations - General Questions

Strings - General Questions