Please enter your email:

1. In a C program, what is the role of return 0; inside main()?

 
 
 
 

2. Which of these is a non-executable representation of program logic?

 
 
 
 

3. Which symbol in a flowchart is used to show input/output operations like reading and displaying values?

 
 
 
 

4. Which header file is required for using printf() in C?

 
 
 
 

5. Which of the following is true about pseudo code?

 
 
 
 

6. Which is the correct structure of a simple C program?

 
 
 
 

7. What will be the output of this program?

#include <stdio.h>
int main() {
printf(“Hello C”);
return 0;
}

 
 
 
 

8. In C, every statement should end with:

 
 
 
 

9. In pseudo code, which word is to take input values from user using scanf

 
 
 
 

10. What is the correct order of problem-solving steps before writing a C program?

 
 
 
 

Question 1 of 10

One Response

Leave a Reply

Your email address will not be published. Required fields are marked *

Chat Icon