CPR_Quiz_Arrays and strings
Quiz
•
Professional Development
•
Professional Development
•
Practice Problem
•
Medium
Sheetal Pawar
Used 38+ times
FREE Resource
Enhance your content in a minute
20 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
1 min • 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
1 min • 1 pt
An array elements are always stored in ________ memory locations.
sequential
Random
Sequential and Random
None of the above
3.
MULTIPLE CHOICE QUESTION
2 mins • 1 pt
what will be printed after Execution of the following program
void main()
{
int a[5]={11,13,56,20,5};
printf("%d",a[2]);
}
garbage value
13
56
20
4.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
if two strings are identical then function strcmp() returns
0
-1
true
none of these
5.
MULTIPLE CHOICE QUESTION
2 mins • 1 pt
what will be the output of the program?
#include <stdio.h>
#include<string .h>
void main()
{
char str1[20]="Hello",str2="world";
strcat(str1,str2);
puts(str1);
return 0;
}
Hello
world
Helloworld
none of the above
6.
MULTIPLE CHOICE QUESTION
1 min • 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}
7.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
string concatenation means?
combining two strings.
Extracting a sub string out of a string.
Partitioning the string into two strings.
Merging two strings.
Create a free account and access millions of resources
Create resources
Host any resource
Get auto-graded reports

Continue with Google

Continue with Email

Continue with Classlink

Continue with Clever
or continue with

Microsoft
%20(1).png)
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?
Similar Resources on Wayground
21 questions
Batman
Quiz
•
Professional Development
22 questions
TS5015FP_C4&5_Provide Guest Services & Attend to Guest's Lug
Quiz
•
Professional Development
18 questions
Waste
Quiz
•
Professional Development
15 questions
Universal Design for Learning
Quiz
•
Professional Development
18 questions
Infallible Vedas (DYS 2)
Quiz
•
Professional Development
15 questions
Nursing Leadership & Management
Quiz
•
University - Professi...
15 questions
REVISED CODE OF CONDUCT QUIZ BEE
Quiz
•
Professional Development
15 questions
FIFA 20
Quiz
•
Professional Development
Popular Resources on Wayground
10 questions
Honoring the Significance of Veterans Day
Interactive video
•
6th - 10th Grade
9 questions
FOREST Community of Caring
Lesson
•
1st - 5th Grade
10 questions
Exploring Veterans Day: Facts and Celebrations for Kids
Interactive video
•
6th - 10th Grade
19 questions
Veterans Day
Quiz
•
5th Grade
14 questions
General Technology Use Quiz
Quiz
•
8th Grade
25 questions
Multiplication Facts
Quiz
•
5th Grade
15 questions
Circuits, Light Energy, and Forces
Quiz
•
5th Grade
19 questions
Thanksgiving Trivia
Quiz
•
6th Grade
