C Language MCQ - English
How 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) The language understood by a computer without translation is called:
2) A sequence of instructions, in a computer language, to get the desired result is known as:
3) A set of instructions which describes the steps to be followed to carry out an activity is called ______________.
4) Which type of errors are flagged by compilers ?
5) When C Language was invented?