C Program Array and strings

Quiz
•
Computers
•
University
•
Hard
Iman Ezzat
Used 26+ times
FREE Resource
Student preview

11 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is right way to Initialize array?
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
what will be the output of the program?
{
string str1="Hello";
string str2="world";
string str = str2+str1;
cout<<str;
return 0;
}
worldHello
word Hello
Helloworld
none of the above
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
Popular Resources on Wayground
10 questions
Video Games

Quiz
•
6th - 12th Grade
20 questions
Brand Labels

Quiz
•
5th - 12th Grade
15 questions
Core 4 of Customer Service - Student Edition

Quiz
•
6th - 8th Grade
15 questions
What is Bullying?- Bullying Lesson Series 6-12

Lesson
•
11th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
22 questions
Adding Integers

Quiz
•
6th Grade
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
Discover more resources for Computers
20 questions
Definite and Indefinite Articles in Spanish (Avancemos)

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

Interactive video
•
4th Grade - University
36 questions
Unit 5 Key Terms

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

Interactive video
•
4th Grade - University
15 questions
Properties of Equality

Quiz
•
8th Grade - University
38 questions
WH - Unit 3 Exam Review*

Quiz
•
10th Grade - University
21 questions
Advise vs. Advice

Quiz
•
6th Grade - University
12 questions
Reading a ruler!

Quiz
•
9th Grade - University