Mastering Pointers and Functions

Mastering Pointers and Functions

12th Grade

15 Qs

quiz-placeholder

Similar activities

QUIZ in JAVA METHOD

QUIZ in JAVA METHOD

12th Grade

20 Qs

Skill #2 Array

Skill #2 Array

12th Grade

12 Qs

Структурированный тип данных массив

Структурированный тип данных массив

10th Grade - University

11 Qs

Latihan 2

Latihan 2

12th Grade

14 Qs

Test wiedzy: Tablice jednowymiarowe w C++

Test wiedzy: Tablice jednowymiarowe w C++

10th Grade - University

15 Qs

IT tutor

IT tutor

12th Grade

18 Qs

Java Array Methods Quiz

Java Array Methods Quiz

12th Grade

15 Qs

Java Arrays Quiz

Java Arrays Quiz

12th Grade

15 Qs

Mastering Pointers and Functions

Mastering Pointers and Functions

Assessment

Quiz

Information Technology (IT)

12th Grade

Easy

Created by

Karen Tan

Used 5+ times

FREE Resource

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Is the array declaration valid?
int arr[5];

Valid

Invalid

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Is the following array declaration valid?
float arr[10];

Valid

Invalid

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Is this array declaration correct?
char arr[] = {'a', 'b', 'c'};

Invalid

Valid

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Is the following declaration valid?
double arr[5][3];

Valid

Invalid

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Is the following declaration valid?
int arr[3][4][2];

Invalid

Valid

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Is this array declaration correct?
double arr[10];

Valid

Invalid

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Is the following array declaration valid?
float arr[] = {1.0, 2.0, 3.0};

Valid

Invalid

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?