1. Which of the following is the correct syntax to include a header file in a C program?

c-prog quiz

Quiz
•
Computers
•
Professional Development
•
Medium
Selvauma C
Used 1+ times
FREE Resource
13 questions
Show all answers
1.
MULTIPLE SELECT QUESTION
45 sec • 1 pt
#include<file>
#include file
include<file>
#include "file"
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
#include<stdio.h>
int main()
{
int x = 10,
y = 20;
printf("%d", x * y);
return 0;
}
10
20
200
Compilation error
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the purpose of the return 0; statement in the main() function?
It stops the execution of the program.
It returns control to the operating system.
It specifies that the program executed successfully.
It prints 0 on the screen.
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which operator is used to access the value of a variable through a pointer?
*
+
%
()
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following is NOT a valid keyword in C?
return
goto
class
switch
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
#include<stdio.h>
int main() {
int a = 5, b = 2;
printf("%d", a / b);
return 0;
}
2
3
2.5
0
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
How do you write a single-line comment in C?
/* Comment */
// Comment
-- Comment
# Comment
Create a free account and access millions of resources
Similar Resources on Quizizz
15 questions
TPEC4

Quiz
•
Professional Development
10 questions
C - Programming ( Output based - Loop )

Quiz
•
Professional Development
10 questions
Day 4 C Programming Quiz

Quiz
•
Professional Development
15 questions
Lenguaje C

Quiz
•
Professional Development
16 questions
De todo

Quiz
•
1st Grade - Professio...
16 questions
UC_TM02_C Programming Basics

Quiz
•
University - Professi...
15 questions
C CODE MASTER

Quiz
•
Professional Development
8 questions
Algoritmos y Programación C - Funciones y Procedimientos

Quiz
•
Professional Development
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