Insert the missing parts of the code:
int ??? ( ) {
??? ("Hello World");
return 0;
}
PS. Put commas if answers are two or more (e.g. alpha, beta)
Basic C Knowledge Exercise

Quiz
•
Computers
•
University
•
Easy
Akym Morgen
Used 2+ times
FREE Resource
10 questions
Show all answers
1.
FILL IN THE BLANK QUESTION
1 min • 2 pts
2.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Insert missing special characters in writing comments in C:
??? This is a single-line comment
??? This is a multi-line comment ???
// Single-line
// Multi-line //
// Single-line
** Multi-line **
// Single-line
/* Multi-line */
/* Single-line
/* Multi-line */
3.
FILL IN THE BLANK QUESTION
1 min • 2 pts
Create a variable named myNum and assign the value 47 to it.
?? ??? = ??;
4.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
Which is the correct specifier to output the value of myNum?
int myNum = 15; printf("???", myNum);
%c
d%
%ld
%d
5.
FILL IN THE BLANK QUESTION
1 min • 2 pts
Display the sum of 17 + 33, using two variables: a and b.
??? ?? = ???;
int b = 33;
printf("%d", a + b);
6.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Which code parts is needed to create three variables of the same type?
??? myNum1 = 10 ? myNum2 = 15 ? myNum3 = 25;
printf("%d", myNum1 + myNum2 + myNum3);
int and comma (,)
int and semi-colon (;)
int and colon (;)
int and ampersand (&)
7.
FILL IN THE BLANK QUESTION
1 min • 1 pt
Add the correct data type for the following variables:
??? myNum = 6;
??? myFloatNum = 3.1419;
??? myLetter = 'D';
PS. Put commas for multiple answers (e.g. alpha, beta)
Create a free account and access millions of resources
Similar Resources on Quizizz
15 questions
BASIC C QUIZ

Quiz
•
University
10 questions
T_4.2 Identifier, Data Types, Operators & Expressions

Quiz
•
12th Grade - University
10 questions
cp06-01-1D-Array

Quiz
•
University
15 questions
C++ data types

Quiz
•
University
15 questions
Python

Quiz
•
6th Grade - University
12 questions
C Basics

Quiz
•
University
10 questions
Basics of C

Quiz
•
University
10 questions
AFP Midtvejsevaluering

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