K
Q. Which of the following are valid decision-making statements in C?
All valid decision-making statements in C program are: if statement if-else statement nested if statement switch statement nested switch statement
You must be Logged in to update hint/solution
Q. which of the below function is NOT declared in math.h ?
Q. Which of the following statement is correct prototype of the malloc() function in c ?
Q. What will happen if the loop condition will never become false?
Q. %f access specifier is used for ________.
Q. C Language developed at _____?
Q. Which of the following is the correct output for the program given below?
Discusssion
Login to discuss.