What is right way to Initialize array?

Final

Quiz
•
Professional Development
•
University
•
Medium
Ahmed Mohamed Hosny Hassan
Used 2+ times
FREE Resource
50 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
int num[6] = { 2, 4, 12, 5, 45, 5 };
int n{} = { 2, 4, 12, 5, 45, 5 };
int n{6} = { 2, 4, 12 };
int n(6) = { 2, 4, 12, 5, 45, 5 };
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
An array elements are always stored in ________ memory locations.
sequential
Random
Sequential and Random
None of the above
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
what will be printed after Execution of the following program
void main()
{
int a[5]={11,13,56,20,5};
cout << a[2];
}
garbage value
13
56
20
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
if two strings are identical then function strcmp() returns
0
-1
true
none of these
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
8.Which of the following correctly accesses the seventh element stored in arr, an array with 100 elements?
arr[6]
arr[7]
arr{6}
arr{7}
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is a String in C++ Language.?
String is a new Data Type in C++
String is an array of Characters with null character as the last element of array.
String is an array of Characters with null character as the first element of array
String is an array of Integers with 0 as the last element of array
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
An array Index starts with.?
-1
0
1
2
Create a free account and access millions of resources
Similar Resources on Quizizz
50 questions
Pengantar Manajemen PART1

Quiz
•
University
45 questions
Organizational Theory

Quiz
•
University
54 questions
Q4 Signal Spectra and Signal Processing

Quiz
•
University
50 questions
AIPT Focus Test I

Quiz
•
KG - Professional Dev...
46 questions
Indirect tax 1

Quiz
•
11th Grade - University
50 questions
Mastering Python Basics and Libraries

Quiz
•
University
45 questions
Assessment in Learning 1 (Ed8)

Quiz
•
University
50 questions
TES POTENSI AKADEMIK

Quiz
•
University
Popular Resources on Quizizz
15 questions
Multiplication Facts

Quiz
•
4th Grade
20 questions
Math Review - Grade 6

Quiz
•
6th Grade
20 questions
math review

Quiz
•
4th Grade
5 questions
capitalization in sentences

Quiz
•
5th - 8th Grade
10 questions
Juneteenth History and Significance

Interactive video
•
5th - 8th Grade
15 questions
Adding and Subtracting Fractions

Quiz
•
5th Grade
10 questions
R2H Day One Internship Expectation Review Guidelines

Quiz
•
Professional Development
12 questions
Dividing Fractions

Quiz
•
6th Grade