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
Answers were Sorted based on User's Feedback
What are control structures? What are the different types?
How to run c Program without using IDE of c. means if program made in notepad.then how to compile by command prompt.
Why is a semicolon (;) put at the end of every program statement?
A array contains dissimilar element how can we count, and A array contains dissimilar element how can we store in another array with out repetition.
Can we write a program without main() function?
What is difference between the following 2 lines…. int temp = (int)(0x00); int temp = (0x00int);
what is compiler
Write a program in c to input a 5 digit number and print it in words.
1. Can we use the for loop this way? for(;i>5;) 2. What is the use of pointers? 3. what is array of pointer? 4. What is the difference between file and database? 5. Define data structure?
Explain what is the benefit of using #define to declare a constant?
What is 'bus error'?
What is c method?