Rapid Round 2

Rapid Round 2

University

10 Qs

quiz-placeholder

Similar activities

OOP_Viva_P1_B13A_Mar02

OOP_Viva_P1_B13A_Mar02

University

7 Qs

Weekly Contest #3 - TechXNinjas

Weekly Contest #3 - TechXNinjas

University

10 Qs

ITC303 QUIZ #3

ITC303 QUIZ #3

University

10 Qs

training ep.2

training ep.2

University

11 Qs

Kuis 3  - ASD - A

Kuis 3 - ASD - A

University

10 Qs

J277 - 2.2 - Use of Arrays up to 2D

J277 - 2.2 - Use of Arrays up to 2D

10th Grade - University

8 Qs

Quiziz C++

Quiziz C++

University

12 Qs

Review C programming Quiz 1

Review C programming Quiz 1

University

10 Qs

Rapid Round 2

Rapid Round 2

Assessment

Quiz

Computers

University

Hard

Created by

VIKASH AGS22ABCA169

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which operator has lowest Precedence?

sizeof

unary

assignment

comma

2.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which operator cannot be used with float operands?

+

-

%

*

3.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

The default storage class of local variable is

auto

static

register

extern

4.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

The default storage class of global variables is

auto

static

register

extern

5.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Given an integer array, arr[]; the ith element can be accessed by writing

(arr+i)

*(i+arr)

arr[i]

all of these

6.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

If an array is declared as int arr[5][5], how many elements can it store?

5

25

10

0

7.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

If an array is declared as double arr[50], How many bytes will be allocated to 32bits system?

50

100

200

400

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?