Mastering Pointers and Functions

Mastering Pointers and Functions

12th Grade

15 Qs

quiz-placeholder

Similar activities

Quiz Array dan Fungsi dalam C++

Quiz Array dan Fungsi dalam C++

12th Grade

10 Qs

Quiz de Arrays em Java

Quiz de Arrays em Java

12th Grade

10 Qs

Quiz Larik (Array)

Quiz Larik (Array)

11th Grade - University

13 Qs

Understanding Loops in C Programming

Understanding Loops in C Programming

1st Grade - University

15 Qs

Pre Test

Pre Test

12th Grade

20 Qs

JavaScript

JavaScript

12th Grade

10 Qs

G12 Sem 2 T 3

G12 Sem 2 T 3

12th Grade

10 Qs

3TDS - Programação Backend - Aula 20

3TDS - Programação Backend - Aula 20

12th Grade

10 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?