ARRAYS B
Quiz
•
English
•
Professional Development
•
Practice Problem
•
Hard
CCC info@ccc.training
FREE Resource
Enhance your content in a minute
30 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
#include <stdio.h> int main() { int arr[5]; printf("%d", sizeof(arr++)); return 0; } What will be the output of this program?
2.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
#include <stdio.h> int main() { int arr[] = {1, 2, 3, 4, 5}; printf("%p", arr + 3); return 0; } What will be printed by this program?
3.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
#include <stdio.h> int main() { int arr[5] = {1, 2, 3, 4, 5}; printf("%d", arr[-2]); return 0; }
4.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
#include <stdio.h> int main() { int arr[5] = {1, 2, 3, 4, 5}; printf("%p", &arr[2]); return 0; }
5.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
#include <stdio.h> int main() { int nums[] = {1, 2, 3, 4, 5}; printf("%d", nums[2] - nums[1]); return 0; }
6.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
#include <stdio.h> int main() { int arr[5] = {1, 2, 3, 4, 5}; printf("%d", arr[3]++); return 0; }
7.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
int main() { int data[5] = {1, 2, 3, 4, 5}; printf("%d", data[2] * 2); return 0; }
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
28 questions
Chapter13: Assessment
Quiz
•
7th Grade - Professio...
30 questions
ALC Book 14 Military Ranks
Quiz
•
Professional Development
31 questions
Unit 2 Week 5 Review
Quiz
•
Professional Development
35 questions
Examen parcial tercer año
Quiz
•
Professional Development
31 questions
Review - Quantifiers and arts
Quiz
•
Professional Development
25 questions
NPI Quizz
Quiz
•
Professional Development
25 questions
HDFC PKT -- 03/05/2023
Quiz
•
Professional Development
30 questions
RMP-2025-SOC23-Day 3-2
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
