C programming quiz

C programming quiz

University

10 Qs

quiz-placeholder

Similar activities

RVS_Tech_quizz_even2024-25

RVS_Tech_quizz_even2024-25

University

10 Qs

Arrays

Arrays

University

6 Qs

Preliminary Round

Preliminary Round

University

15 Qs

Unit-2: Assignment 2

Unit-2: Assignment 2

University

15 Qs

Rapid Round 2

Rapid Round 2

University

10 Qs

JAVA array

JAVA array

12th Grade - University

10 Qs

Linked List 2

Linked List 2

University

10 Qs

Milking Minds 2 17-01-24

Milking Minds 2 17-01-24

University

15 Qs

C programming quiz

C programming quiz

Assessment

Quiz

Computers

University

Hard

Created by

satvik rajput

Used 2+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

Which is not a valid operator?

+

>>

,

#

2.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

which is not a datatype?

str

integer

float

structure

3.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

What is the time complexity of binary search?

O(n^2)

O(n)

O(nlogn)

O(logn)

4.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Media Image

Find the output of the following code?

625

407

325

None

5.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which of these statement will give error?

printf("hello");

sizeof int

x+++1

*ptr++

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image

Find output.

32

35

20

None

7.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

which is not a valid array declaration in C?

arr[][][3]={1,2,3,4,5};

arr[50] = {1,2,3,4,5}

arr[][2];

arr[1] = {10,20,30};

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?