
C Quiz

Quiz
•
Other
•
University
•
Medium
Auzoom four
Used 4+ times
FREE Resource
10 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following is the correct way to declare an array of 10 integers in C
int arr[10];
int arr = [10];
array[10] int;
int[10] arr;
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following correctly initializes a string in C?
char str[] = 'Hello';
char str[5] = "Hello";
char str[6] = "Hello";
string str = "Hello";
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the output of the following code: printf("%d", 5 + 3 * 2);
?
11
16
8
10
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following is the correct syntax for a for loop in C?
for (int i; i < 10; i++) {}
for (int i = 0; i < 10; i++) {}
for int i = 0; i < 10; i++ {}
for (i = 0; i < 10; i++);
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the size of an integer variable in C on a typical 32-bit system?
4 bytes
16 bytes
8 bytes
2 bytes
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following is the correct way to define a function in C?
def myFunction() {}
myFunction() void {}
function myFunction() {}
void myFunction() {}
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What will be the output of the following code: printf("%d", 10 / 3);
?
10
3.33
3.0
3
Create a free account and access millions of resources
Similar Resources on Wayground
10 questions
B4 - More about Polymorphism

Quiz
•
University
15 questions
Java Debugging Questions - M

Quiz
•
University
15 questions
Technoquiz..3

Quiz
•
University
11 questions
Lab 1

Quiz
•
University
10 questions
Algoritma Struktur Data (1)

Quiz
•
University
10 questions
Gold Batch Quiz -4

Quiz
•
University
10 questions
Test Project 1B Mekatronika Genap 21/22

Quiz
•
University
15 questions
Web Dev

Quiz
•
University
Popular Resources on Wayground
10 questions
Video Games

Quiz
•
6th - 12th Grade
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
10 questions
UPDATED FOREST Kindness 9-22

Lesson
•
9th - 12th Grade
22 questions
Adding Integers

Quiz
•
6th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
20 questions
US Constitution Quiz

Quiz
•
11th Grade
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
Discover more resources for Other
10 questions
Would you rather...

Quiz
•
KG - University
20 questions
Definite and Indefinite Articles in Spanish (Avancemos)

Quiz
•
8th Grade - University
7 questions
Force and Motion

Interactive video
•
4th Grade - University
10 questions
The Constitution, the Articles, and Federalism Crash Course US History

Interactive video
•
11th Grade - University
7 questions
Figurative Language: Idioms, Similes, and Metaphors

Interactive video
•
4th Grade - University
20 questions
Levels of Measurements

Quiz
•
11th Grade - University
16 questions
Water Modeling Activity

Lesson
•
11th Grade - University
10 questions
ACT English prep

Quiz
•
9th Grade - University