Input and Output Handling – NFE

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 keyword is used to define a constant variable in C?

 
 
 
 

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

 
 
 
 

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

 
 
 
 

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

 
 
 
 

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

 
 
 
 

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

 
 
 
 

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

 
 
 
 

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

 
 
 
 

Question 1 of 10