What is the right way to initialise an array in C?

Array Quiz

Quiz
•
Other
•
University
•
Medium
Anisha Mahato
Used 1+ times
FREE Resource
10 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
int arr{}={1,2, 5,6,9}
int arr[5]={1,2, 5,6,9}
int arr{5}={1,2, 5,6,9}
int arr()={1,2, 5,6,9}
2.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
An integer array of dimension 10 is declared in a C program. The memory location of the first byte of the array is 1000. What will be the location of the 8th element of the array? (Assume integer takes 4 bytes of memory and the element stored at 1000 is identified as 1st element)
1028
1032
1024
1036
3.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Which of the statements is correct?
An array contains more than one element
All elements of array have to be of same data type
The size of array has to be declared upfront
All of the above
4.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
To compare two arrays, we can use
Comparison operator ‘==’ directly on arrays
Use switch case
Using for loop
Using ternary operator on arrays
5.
MULTIPLE CHOICE QUESTION
3 mins • 1 pt
Find the output
5,4
5,5
4,4
3,4
6.
MULTIPLE CHOICE QUESTION
3 mins • 1 pt
Find the output
i=5, j=5, k=2
i=6, j=5, k=3
i=6, j=4, k=2
i=5, j=4, k=2
7.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Array elements are stored in memory in the following order
Contiguous
Random
Both contagious and random
None
Create a free account and access millions of resources
Similar Resources on Wayground
10 questions
Coding Challenge Round 1

Quiz
•
University
15 questions
Data Structures (Arrays)

Quiz
•
University
10 questions
QUIZ3:-DATA STRUCTURE

Quiz
•
University
15 questions
Tech quiz Round 1

Quiz
•
University
10 questions
Array

Quiz
•
University
10 questions
Arrays - 2D

Quiz
•
University
10 questions
c set 3

Quiz
•
University
10 questions
Algorithm Time Complexity Quiz

Quiz
•
University
Popular Resources on Wayground
25 questions
Equations of Circles

Quiz
•
10th - 11th Grade
30 questions
Week 5 Memory Builder 1 (Multiplication and Division Facts)

Quiz
•
9th Grade
33 questions
Unit 3 Summative - Summer School: Immune System

Quiz
•
10th Grade
10 questions
Writing and Identifying Ratios Practice

Quiz
•
5th - 6th Grade
36 questions
Prime and Composite Numbers

Quiz
•
5th Grade
14 questions
Exterior and Interior angles of Polygons

Quiz
•
8th Grade
37 questions
Camp Re-cap Week 1 (no regression)

Quiz
•
9th - 12th Grade
46 questions
Biology Semester 1 Review

Quiz
•
10th Grade