OOP_Viva_P1_B13A_Mar02

OOP_Viva_P1_B13A_Mar02

University

7 Qs

quiz-placeholder

Similar activities

Bertelsmann AI Track Quiz Initiative #1

Bertelsmann AI Track Quiz Initiative #1

University - Professional Development

10 Qs

Module 3 Worksheet 1 & 2

Module 3 Worksheet 1 & 2

University

10 Qs

PRECISION BIODIVERSITY

PRECISION BIODIVERSITY

University

4 Qs

CSE 110 Quiz

CSE 110 Quiz

University

8 Qs

Data Mining and Trends

Data Mining and Trends

12th Grade - University

12 Qs

Java Classes & Objects

Java Classes & Objects

University

5 Qs

Happy Quiz (Intro to ML)

Happy Quiz (Intro to ML)

University

7 Qs

Unit 12 - Big data

Unit 12 - Big data

12th Grade - 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