quizz3

quizz3

University

30 Qs

quiz-placeholder

Similar activities

S20 Plural Nouns

S20 Plural Nouns

University

25 Qs

Igh vs I E

Igh vs I E

2nd Grade - University

25 Qs

Tempo

Tempo

10th Grade - University

25 Qs

Chicken of the Sea Is So Wacky

Chicken of the Sea Is So Wacky

4th Grade - University

25 Qs

Stem

Stem

8th Grade - University

25 Qs

Surviving the Angel of Death

Surviving the Angel of Death

8th Grade - University

25 Qs

quizz3

quizz3

Assessment

Quiz

English

University

Hard

Created by

CSI VRSEC

Used 1+ times

FREE Resource

30 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In C language, FILE is of which data type?

int

char *

struct

None of the mentioned

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The standard header _______ is used for variable list arguments (…) in C.

<stdio.h >

<stdlib.h>

<math.h>

<stdarg.h>

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How is 3rd element in an array accessed based on pointer notation?

*a+3

*(a+3)

*(*a+3)

&(a+3)

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What will be the output of the following C code?

10

80

30

Error

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What will be the output of the following C code?

Compile time error

Hello is printed thrice

Nothing

Varies

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What will be the output of the following Python code?

{‘animal’: ‘horses’, ‘verb’: ‘are’, ‘adjective’: ‘fast’}

(‘horses’, ‘are’, ‘fast’)

‘horses are fast’

‘are’

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

To read the entire remaining contents of the file as a string from a file object infile, we use ____________

infile.readline()

infile.readlines()

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?