Input and Output Handling – NFE

Which keyword is used to define a constant variable in C?

 
 
 
 

Which library must be included to use printf() and scanf()?

 
 
 
 

Which function is used to clear the output screen in C?

 
 
 
 

Which function is used to take input from the user in C?

 
 
 
 

Which of the following escape sequences is used to insert a tab space?

 
 
 
 

What is the output of the expression 10 / 4 in C?

 
 
 
 

What will be the output of 7 % 3 in C?

 
 
 
 

Which of the following is used to store multiple characters in C?

 
 
 
 

Which of the following is not a valid data type in C?

 
 
 
 

Which of the following operators is used for bitwise AND operation?

 
 
 
 

Question 1 of 10