K
Q. The if statement is a conditional statement?
The if statement is a conditional statement, i.e., the block is executed based on the given condition.
You must be Logged in to update hint/solution
Be the first to start discuss.
Q. The C library function double fmod(double x, double y) returns the remainder of x divided by y.
Q. What is the output of the following code snippet?
Q. What will be output if you will compile and execute the following c code?
Q. What will be the output of the following program ?
Q. Which type of conversion is NOT accepted?
Q. Arguments passed to a function in C language are called ___ arguments.
Q. Which of the following statement obtains the remainder on dividing 5.5 by 1.3 ?
Discusssion
Login to discuss.