Input and Output Handling – NFE

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

 
 
 
 

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

 
 
 
 

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

 
 
 
 

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

 
 
 
 

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

 
 
 
 

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

 
 
 
 

Which function is used to clear the output screen 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 library must be included to use printf() and scanf()?

 
 
 
 

Question 1 of 10