Programming in C – NFC

What is the default return type of a function in C if no return type is specified?

 
 
 
 

Which library must be included for using printf() and scanf()?

 
 
 
 

Which of the following is used to declare a constant in C?

 
 
 
 

What is the process of finding and fixing errors in a program called?

 
 
 
 

What is the extension of a C source file?

 
 
 
 

What is the size of the char data type in C?

 
 
 
 

Which of the following operators is used to access the value stored at a memory address?

 
 
 
 

What is the output of printf(“%d”, 10 > 5);?

 
 
 
 

Which function is used to read a single character from the user?

 
 
 
 

Question 1 of 9