OOP_Viva_P1_B13A_Mar02

OOP_Viva_P1_B13A_Mar02

University

7 Qs

quiz-placeholder

Similar activities

Neural Networks Basic with Python

Neural Networks Basic with Python

University - Professional Development

12 Qs

Python Quiz 1

Python Quiz 1

8th Grade - University

9 Qs

Log Regression

Log Regression

University

10 Qs

X-Quiz #7

X-Quiz #7

University

10 Qs

Recursion Initiation

Recursion Initiation

11th Grade - Professional Development

10 Qs

Java variables

Java variables

University

10 Qs

The Roblox Quiz

The Roblox Quiz

KG - Professional Development

8 Qs

SDF_B10B12Tutorial_December26

SDF_B10B12Tutorial_December26

University

10 Qs

OOP_Viva_P1_B13A_Mar02

OOP_Viva_P1_B13A_Mar02

Assessment

Quiz

Computers

University

Hard

Created by

MR ARORA

Used 4+ times

FREE Resource

7 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which of the following operators can be applied on structure variables in C programming?

Equality comparison ( == )

Assignment ( = )

Both

None

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Predict the output of given code.

Welcome to Jaypee University21

Welcome to Jaypee University

Welcome to Jaypee University2821

Welcome to Jaypee University28

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image

Predict the output of the given C code.

10

20

30

Error

4.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Out of the two operators (* and ++), which operator will be evaluated first while evaluating the following expression?

Expression: *ptr++

*

++

Expression is incorrect

5.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

 Find out the number of elements in the following array declaration:

int arr[3][4][9];

36

12

27

108

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image

Predict the output of the following C code.


1 2 3 4 5 6

2 4 6

1 3 5

1 3 5 6

7.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

 Find out the number of elements in the following array declaration:


char str[] = “Hello JUET”;

10

11

9

12