SDF_BXQuiz_January03

SDF_BXQuiz_January03

University

5 Qs

quiz-placeholder

Similar activities

IPC144 -- Midterm Review

IPC144 -- Midterm Review

University

9 Qs

basic programming quiz

basic programming quiz

University

10 Qs

OOPs Quiz

OOPs Quiz

University

10 Qs

unit3 pointers

unit3 pointers

University

10 Qs

Quiz Back End Pertemuan Kedua

Quiz Back End Pertemuan Kedua

University

10 Qs

Python Sets

Python Sets

University

10 Qs

Quiz Champ Level 3

Quiz Champ Level 3

University

10 Qs

Kuis PBO-1

Kuis PBO-1

University

10 Qs

SDF_BXQuiz_January03

SDF_BXQuiz_January03

Assessment

Quiz

Computers

University

Hard

Created by

MR ARORA

Used 2+ times

FREE Resource

5 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

How is third element of array can be accessed using pointer notation?

*a + 3

*(a + 3)

*(*a + 3)

&(a+3)

2.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

If p is an integer pointer with a value 1000, then what will the value of p + 5 be?

1020

1005

1004

1010

3.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Media Image

Predict the output of the given code.

Equal

Lesser

Greater

None is correct

4.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Media Image

How many times loop will be printed?

0 time

1 tIme

Compilation Error

Infinite times

5.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

Media Image

Predict the output of the given code.

2

5

7

Error