Question: How would you round off a value from 1.66 to 2.0?

Options

A : ceil(1.66)

B : floor(1.66)

C : roundup(1.66)

D : roundto(1.66)

Click to view Correct Answer

Exam Quiz App on Google Play

Previous || Next

Declarations and Initializations - General Questions more questions

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

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

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

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

Arrays - General Questions more Online Exam Quiz

Complicated Declarations - General Questions

Control Instructions - General Questions

Floating Point Issues - General Questions