Arrays A
Quiz
•
English
•
Professional Development
•
Hard
CCC info@ccc.training
FREE Resource
Enhance your content in a minute
15 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
15 questions
Get it RIGHT (Right Answers Only)
Quiz
•
Professional Development
15 questions
SASI -BATCH 3-DAY6-FN(25.11.23)
Quiz
•
Professional Development
20 questions
coding skills (ISCP 02) Tuesday slot1 (9am - 11:00am) CSE A & C
Quiz
•
Professional Development
20 questions
Friday's Quiz
Quiz
•
Professional Development
20 questions
Heating System
Quiz
•
Professional Development
10 questions
Quiz 09.06.2023
Quiz
•
Professional Development
20 questions
Scrum
Quiz
•
Professional Development
10 questions
QUBE Post Training Test
Quiz
•
Professional Development
Popular Resources on Wayground
10 questions
Honoring the Significance of Veterans Day
Interactive video
•
6th - 10th Grade
10 questions
Exploring Veterans Day: Facts and Celebrations for Kids
Interactive video
•
6th - 10th Grade
19 questions
Veterans Day
Quiz
•
5th Grade
25 questions
Multiplication Facts
Quiz
•
5th Grade
15 questions
Circuits, Light Energy, and Forces
Quiz
•
5th Grade
6 questions
FOREST Self-Discipline
Lesson
•
1st - 5th Grade
7 questions
Veteran's Day
Interactive video
•
3rd Grade
20 questions
Weekly Prefix check #2
Quiz
•
4th - 7th Grade
