code

code

University

30 Qs

quiz-placeholder

Similar activities

CODIAC 1st Year

CODIAC 1st Year

University

30 Qs

Tricky Eliters Challenge

Tricky Eliters Challenge

KG - University

30 Qs

Team Building

Team Building

1st Grade - Professional Development

28 Qs

TECHNICAL QUIZ

TECHNICAL QUIZ

University

25 Qs

decrypt round 1

decrypt round 1

University

30 Qs

FINAGLE

FINAGLE

University

25 Qs

SAS Pemrograman Python Kelas XII

SAS Pemrograman Python Kelas XII

10th Grade - University

35 Qs

The D Quiz

The D Quiz

University

30 Qs

code

code

Assessment

Quiz

Fun

University

Hard

Created by

Sam Oswal

Used 4+ times

FREE Resource

30 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What will be output of the following code

a="Hello"

print(a[::-1])

output = ?

0

olleh

Hello

olleH

2.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What will be output of the following code

int i=2;

int a[]={0,1,2,3,4};

printf("%d",i[a]);

2

0

1

Compilation error

3.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What will be output of the following code

for(int i=0;i<5;i++,i--){

printf("%d",i);

}

Compilation error

Runtime error

Infinite loop

None of the above

4.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

x = 5

y = "Hello"

print(x + y)

What will be the output?

Error

Hello5

5Hello

He5llo

5.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Python is interpreted language?

yes

no

not sure

It is assembled language

6.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

is %p a valid format specifier in c?

no way !

yes

It is just %d

not sure

7.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

does C and python both support switch statement?

only python does

only C does

no

yes

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?