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 best organizational structure?
Is c dynamically typed?
What is c language & why it is used?
Compare interpreters and compilers.
How do you define a string?
What are logical errors and how does it differ from syntax errors?
The __________ attribute is used to announce variables based on definitions of columns in a table?
what will be maximum number of comparisons when number of elements are given?
Write a program to reverse a given number in c language?
When can a far pointer be used?
Write a program to maintain student’s record. Record should
not be available to any unauthorized user. There are three
(3) categories of users. Each user has its own type. It
depends upon user’s type that which kind of operations user
can perform. Their types and options are mentioned below:
1. Admin
(Search Record [by Reg. No or Name], View All Records,
Insert New Record, Modify Existing Record)
2. Super Admin
(Search Record [by Reg. No or Name], View All Records,
Insert New Record, Modify Existing Record, Delete Single Record)
3. Guest
(Search Record [by Reg. No or Name], View All Records)
When first time program runs, it asks to create accounts.
Each user type has only 1 account (which means that there
can be maximum 3 accounts). In account creation, following
options are required:
Login Name: <6-10 alphabets long, should be unique>
Password: <6-10 alphabets long, should not display
characters when user type>
Confirm Password:
Function which gives a pointer to a binary trees const an integer value at each code, return function of all the nodes in binary tree.?
Here is a neat trick for checking whether two strings are equal
What is .obj file in c?
in case any function return float value we must declare a) the function must be declared as 'float' in main() as well b) the function automatically returned float values c) function before declared 'float' keyword d) all the above