CS1010 Lab 4

Quiz
•
Computers
•
University
•
Hard
Gabriella Gloria
FREE Resource
10 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the index of the last element in a C array declared as int arr[10];?
0
1
9
10
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
How do you initialize an array of size 5 in C?
int arr[5] = {1, 2, 3, 4, 5};
int arr[] = [5];
int arr = {1, 2, 3, 4, 5};
int arr[5] = (1, 2, 3, 4, 5);
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Given an array arr[] = {10, 20, 30, 40}, what is the value of arr[1]?
10
20
30
40
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following statements about arrays in C is true?
The size of an array can be changed after it is declared.
Array elements are stored in contiguous memory locations.
An array can hold multiple data types.
The array index starts from 1.
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What will happen if you try to access an element out of the bounds of an array?
Compilation error
Runtime error
The program will terminate with an error
Undefined behavior
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Given an array int arr[3] = {10, 20, 30};, what will arr[3] access?
30
Compilation Error
0
Undefined Behavior
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the value stored in ptr?
The value of x
The memory address of x
10
Compilation error
Create a free account and access millions of resources
Similar Resources on Wayground
10 questions
Java Static

Quiz
•
University
10 questions
Prob. prog 2

Quiz
•
University
10 questions
Tes Awal Modul 4

Quiz
•
University
10 questions
Inheritance

Quiz
•
University
12 questions
ARRAYS 1

Quiz
•
University
10 questions
L3 Array Concepts Quiz

Quiz
•
University
6 questions
Quiz on methods

Quiz
•
University
15 questions
ROTC Make-up Quiz

Quiz
•
University
Popular Resources on Wayground
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
10 questions
Nouns, nouns, nouns

Quiz
•
3rd Grade
10 questions
9/11 Experience and Reflections

Interactive video
•
10th - 12th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
11 questions
All about me

Quiz
•
Professional Development
22 questions
Adding Integers

Quiz
•
6th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
9 questions
Tips & Tricks

Lesson
•
6th - 8th Grade
Discover more resources for Computers
21 questions
Spanish-Speaking Countries

Quiz
•
6th Grade - University
20 questions
Levels of Measurements

Quiz
•
11th Grade - University
7 questions
Common and Proper Nouns

Interactive video
•
4th Grade - University
12 questions
Los numeros en español.

Lesson
•
6th Grade - University
7 questions
PC: Unit 1 Quiz Review

Quiz
•
11th Grade - University
7 questions
Supporting the Main Idea –Informational

Interactive video
•
4th Grade - University
12 questions
Hurricane or Tornado

Quiz
•
3rd Grade - University
7 questions
Enzymes (Updated)

Interactive video
•
11th Grade - University