
c++ arrays

Quiz
•
Computers
•
University
•
Easy
Lakshmi B
Used 1+ times
FREE Resource
10 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following correctly declares an array?
int array;
array{10};
array array[10];
int array[10];
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following is a valid way to initialize an array in C?
int arr[5] = {1, 2, 3, 4, 5};
arr[] = {1, 2, 3, 4, 5};
int arr = {1, 2, 3, 4, 5};
int arr[5]; arr = {1, 2, 3, 4, 5};
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the correct syntax to access the third element of an array named 'numbers' in C?
numbers[3];
numbers(3);
numbers{3};
numbers[2];
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the correct way to declare a 2D array in C?
int arr[3][3];
arr{3,3};
int arr[][] = {3,3};
int arr = [3][3];
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
How can you find the length of an array in C?
Using the sizeOf() function;
By counting the number of elements in the array;
There is no direct way to find the length of an array in C;
Using the length() method;
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Consider the following array declaration: int arr[5] = {0};. What will be the value of arr[4]?
Garbage value
undefined
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the index of the first element in an array?
Create a free account and access millions of resources
Similar Resources on Wayground
15 questions
Preliminary Round

Quiz
•
University
10 questions
8.2 Arrays Cambridge IGCSE 0478

Quiz
•
10th Grade - University
15 questions
Mastering Arrays in C Programming

Quiz
•
University
10 questions
Session 9

Quiz
•
University
6 questions
Array 2: Unit 8

Quiz
•
University
10 questions
RVS_Tech_quizz_even2024-25

Quiz
•
University
10 questions
Rapid Round 2

Quiz
•
University
15 questions
Java Programming

Quiz
•
University
Popular Resources on Wayground
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
10 questions
Nouns, nouns, nouns

Quiz
•
3rd Grade
10 questions
9/11 Experience and Reflections

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

Quiz
•
5th Grade
11 questions
All about me

Quiz
•
Professional Development
22 questions
Adding Integers

Quiz
•
6th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
9 questions
Tips & Tricks

Lesson
•
6th - 8th Grade
Discover more resources for Computers
21 questions
Spanish-Speaking Countries

Quiz
•
6th Grade - University
20 questions
Levels of Measurements

Quiz
•
11th Grade - University
7 questions
Common and Proper Nouns

Interactive video
•
4th Grade - University
12 questions
Los numeros en español.

Lesson
•
6th Grade - University
7 questions
PC: Unit 1 Quiz Review

Quiz
•
11th Grade - University
7 questions
Supporting the Main Idea –Informational

Interactive video
•
4th Grade - University
12 questions
Hurricane or Tornado

Quiz
•
3rd Grade - University
7 questions
Enzymes (Updated)

Interactive video
•
11th Grade - University