Programming in C – NFC

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

 
 
 
 

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

 
 
 
 

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

 
 
 
 

What is the extension of a C source file?

 
 
 
 

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

 
 
 
 

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

 
 
 
 

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

 
 
 
 

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

 
 
 
 

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

 
 
 
 

Question 1 of 9