Input and Output Handling – NFE

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

 
 
 
 

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

 
 
 
 

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

 
 
 
 

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

 
 
 
 

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

 
 
 
 

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

 
 
 
 

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

 
 
 
 

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

 
 
 
 

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

 
 
 
 

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

 
 
 
 

Question 1 of 10