What is the function of ceil(X) defined in math.h do?
A)It returns the value rounded down to the next lower
integer
B)it returns the value rounded up to the next higher integer
C)the Next Higher Value
D)the next lower value

Answer Posted / subbu

answer is b

Is This Answer Correct ?    9 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain output of printf("Hello World"-'A'+'B'); ?

965


What is && in c programming?

664


Why is python slower than c?

591


What is default value of global variable in c?

549


Is void a keyword in c?

563






Explain what is the difference between null and nul?

644


Not all reserved words are written in lowercase. TRUE or FALSE?

712


1) write a program to generate 1st n fibonacci prime numbers using Nested if 2) write a program to generate twin prime numbers from m to n using nested if 3) write a program to check whether a given integer is a strong number or not using nested if 4) Write a program to generate prime factors of a given integer using nested if 5)write a program to generate prime numbers from m to n using nested if 6)write a program to generate perfect numbers from m to n using nested if 7)write a program to generate the pallindromes from m to n using neste if 8)write a program to generate armstrong numbers from m to n using nested if 9)write a program to generate strong numbers from m to n using nested if

3971


What is pointer to pointer in c language?

583


Write a c program to build a heap method using Pointer to function and pointer to structure ?

4165


Who developed c language and when?

569


where are auto variables stored? What are the characteristics of an auto variable?

574


What is meant by initialization and how we initialize a variable?

577


Write a program in c to replace any vowel in a string with z?

678


Why c is a mother language?

544