Input and Output Handling – NFE

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?

 
 
 
 

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

 
 
 
 

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

 
 
 
 

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

 
 
 
 

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

 
 
 
 

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

 
 
 
 

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

 
 
 
 

Question 1 of 10