Rapid Round 2

Rapid Round 2

University

10 Qs

quiz-placeholder

Similar activities

Chapter 2-1: Array Part 1

Chapter 2-1: Array Part 1

University

12 Qs

Round 1

Round 1

University

15 Qs

Techie quizz

Techie quizz

University

15 Qs

Wide Area Network Technologies

Wide Area Network Technologies

10th Grade - University

15 Qs

CODE CAREER

CODE CAREER

University

9 Qs

CompTIA Cloud+

CompTIA Cloud+

University

15 Qs

Java - Nivelamento

Java - Nivelamento

University

15 Qs

Revision 2 MCA

Revision 2 MCA

University

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