Which of the following is the correct way to declare an array of 10 integers in C

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
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 Quizizz
10 questions
array

Quiz
•
University
8 questions
Revision C++

Quiz
•
University
10 questions
HTML PHP C++

Quiz
•
University
11 questions
The GOAT Quiz

Quiz
•
KG - Professional Dev...
10 questions
Java set3

Quiz
•
University
15 questions
Structures and Union

Quiz
•
University
13 questions
Bachelor Cyber 1 - Cours 3

Quiz
•
University
15 questions
Definite Integrals #1

Quiz
•
10th Grade - 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