Please enter your email:
1. What is the correct order of problem-solving steps before writing a C program?
2. Which header file is required for using printf() in C?
printf()
3. In C, every statement should end with:
4. Which is the correct structure of a simple C program?
5. Which symbol in a flowchart is used to show input/output operations like reading and displaying values?
6. In a C program, what is the role of return 0; inside main()?
return 0;
main()
7. Which of these is a non-executable representation of program logic?
8. Which of the following is true about pseudo code?
9. What will be the output of this program?
#include <stdio.h> int main() { printf(“Hello C”); return 0; }
10. In pseudo code, which word is to take input values from user using scanf
Question 1 of 10
Easy questions
Your email address will not be published. Required fields are marked *
Comment *
Name *
Email *
Website
Save my name, email, and website in this browser for the next time I comment.
Easy questions