refers to the practice of adding comments and other information to your code to explain its purpose, design, and usage.
Unit 2 : Operators

Quiz
•
Computers
•
University
•
Easy
Abhishek Pandey
Used 4+ times
FREE Resource
8 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Documentation Section
Link Section
Definition
All
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
refers to adding necessary header files that are useful in your code.
Link Section
documentation section
sub program section
all
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
It includes a preprocessor directive
Definition Section
Documentation
Global Declarations
all
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
The ______ function is a special function that serves as the entry point for the program.
main()
MAIN()
Main()
all
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Refers to functions or procedures that perform a specific task or set of tasks and can be called from other parts of the program.
Subprogram Section
main
global
all
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
declaration refers to the declaration of a variable or function that is accessible from any part of the program, not just from the block or function where it was declared.
Global Section
subprogram section
Link section
all
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
#include <stdio.h>
int main()
{
int main = 3;
printf("%d", main);
return 0;
}
3
Compile time error
give garbage value
run time error
8.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
When we want to take input from the user, we use the__________ function
scanf()
printf()
sin()
all
Similar Resources on Quizizz
12 questions
UTS Semester 1 Informatika 2024/2025

Quiz
•
8th Grade - University
10 questions
Introduction to HCI

Quiz
•
University
5 questions
Unit 1 Structure of C Program

Quiz
•
University
10 questions
Basics Of C Programming

Quiz
•
University
11 questions
Subprogram

Quiz
•
University
10 questions
Documentation

Quiz
•
University
10 questions
THE ULTIMATE KNOWLEDGE: Information techno_

Quiz
•
8th Grade - Professio...
12 questions
Java

Quiz
•
University
Popular Resources on Quizizz
15 questions
Character Analysis

Quiz
•
4th Grade
17 questions
Chapter 12 - Doing the Right Thing

Quiz
•
9th - 12th Grade
10 questions
American Flag

Quiz
•
1st - 2nd Grade
20 questions
Reading Comprehension

Quiz
•
5th Grade
30 questions
Linear Inequalities

Quiz
•
9th - 12th Grade
20 questions
Types of Credit

Quiz
•
9th - 12th Grade
18 questions
Full S.T.E.A.M. Ahead Summer Academy Pre-Test 24-25

Quiz
•
5th Grade
14 questions
Misplaced and Dangling Modifiers

Quiz
•
6th - 8th Grade