Rapid Round 2

Rapid Round 2

University

10 Qs

quiz-placeholder

Similar activities

Quiz 8: Arrays&Vector

Quiz 8: Arrays&Vector

University

10 Qs

Array of Structure

Array of Structure

University

13 Qs

InCube #Quiz 2

InCube #Quiz 2

University

15 Qs

Java for Geeks and Dummies

Java for Geeks and Dummies

12th Grade - University

10 Qs

SLG IPC Week 7

SLG IPC Week 7

University

13 Qs

Arrays and Functions

Arrays and Functions

University

12 Qs

JAVA - Arrays

JAVA - Arrays

University - Professional Development

15 Qs

Bootcamp Day 3 - Java Array

Bootcamp Day 3 - Java Array

University

15 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?