C Language MCQ - English
How would you round off a value from 1.66 to 2.0?
Home | Discussion ForumHow would you round off a value from 1.66 to 2.0?
ceil(1.66)
floor(1.66)
roundup(1.66)
roundto(1.66)
Answer : A
View More Related Question
1) Which of the following special symbol allowed in a variable name?
2) When C Language was invented?
3) A program converts a high-level language program to a set of instructions that can run on a computer is called a:
4) Who is father of C Language?
5) Which one of the following is not a valid identifier?