Rapid Round 2

Rapid Round 2

University

10 Qs

quiz-placeholder

Similar activities

C Program Array and strings

C Program Array and strings

University

10 Qs

Arrays in C (II yr 02.07.2020)

Arrays in C (II yr 02.07.2020)

University

10 Qs

Computer programming-Array

Computer programming-Array

University

10 Qs

Plot the Code

Plot the Code

University

10 Qs

JAVA - Arrays

JAVA - Arrays

University - Professional Development

15 Qs

Quiz 8: Arrays&Vector

Quiz 8: Arrays&Vector

University

10 Qs

Array of Structure

Array of Structure

University

13 Qs

Weekly Contest #3 - TechXNinjas

Weekly Contest #3 - TechXNinjas

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?