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
refers to the practice of adding comments and other information to your code to explain its purpose, design, and usage.
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 Wayground
11 questions
Subprogram

Quiz
•
University
10 questions
Documentation

Quiz
•
University
11 questions
User Documentation and Training

Quiz
•
University
10 questions
Chapter 5 SAD

Quiz
•
University
12 questions
UTS Semester 1 Informatika 2024/2025

Quiz
•
8th Grade - University
10 questions
OS OMADA & ADMIN CENTER

Quiz
•
University
5 questions
Unit 1 Structure of C Program

Quiz
•
University
10 questions
Web Development Workshop

Quiz
•
University - Professi...
Popular Resources on Wayground
55 questions
CHS Student Handbook 25-26

Quiz
•
9th Grade
18 questions
Writing Launch Day 1

Lesson
•
3rd Grade
10 questions
Chaffey

Quiz
•
9th - 12th Grade
15 questions
PRIDE

Quiz
•
6th - 8th Grade
40 questions
Algebra Review Topics

Quiz
•
9th - 12th Grade
22 questions
6-8 Digital Citizenship Review

Quiz
•
6th - 8th Grade
10 questions
Nouns, nouns, nouns

Quiz
•
3rd Grade
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade