OOP_Viva_P1_B13A_Mar02

OOP_Viva_P1_B13A_Mar02

University

7 Qs

quiz-placeholder

Similar activities

Java quiz based on inheritance

Java quiz based on inheritance

University

10 Qs

Java Control Flow statements

Java Control Flow statements

University

10 Qs

JavaScript Quiz | For Beginners

JavaScript Quiz | For Beginners

1st Grade - University

10 Qs

Looping in C Programming

Looping in C Programming

University

9 Qs

Recursion

Recursion

University

8 Qs

C++ Training-Day 1_Quiz

C++ Training-Day 1_Quiz

University

10 Qs

Python Control Statements

Python Control Statements

University

10 Qs

C Programming Quiz-6

C Programming Quiz-6

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