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
What is the process of writing the null pointer?
In c programming, explain how do you insert quote characters (? And ?) Into the output screen?
What the advantages of using Unions?
GIven a sequence of characters. How will you convert the lower case characters to upper case characters. ( Try using bit vector - sol given in the C lib -> typec.h)
Can include files be nested? How many levels deep can include files be nested?
How do you define a function?
What is #include stdio h?
any C program contains only one function, it must be a) void () b) main () c) message () d) abc ()
When is the “void” keyword used in a function?
What is c definition?
Why void is used in c?
What is the right way to use errno?
The __________ attribute is used to announce variables based on definitions of columns in a table?
What are directives in c?
Which is better pointer or array?