ROUND1

ROUND1

University

25 Qs

quiz-placeholder

Similar activities

Complex Numbers

Complex Numbers

11th Grade - University

20 Qs

Matematik sınavı

Matematik sınavı

7th Grade - University

20 Qs

Repaso

Repaso

12th Grade - University

20 Qs

Funciones y Relaciones

Funciones y Relaciones

University

20 Qs

Basketball

Basketball

KG - University

20 Qs

Segundo medio, Numeración, Evaluación

Segundo medio, Numeración, Evaluación

8th Grade - University

20 Qs

Multiplication Within 12

Multiplication Within 12

3rd Grade - University

20 Qs

Rational Numbers

Rational Numbers

6th Grade - University

20 Qs

ROUND1

ROUND1

Assessment

Quiz

Mathematics

University

Practice Problem

Hard

Created by

Sailokesh Gadamsetty

Used 1+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

25 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

1.what is the output of thr following code?

#include <stdio.h>

int main() {

int x = 5;

printf("%d", x++ + ++x);

    return 0;

}

10

11

12

Undefined Behaviour

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

2.Which of the following is NOT a valid way to declare a pointer?

int *ptr;

int* ptr;

int ptr*;

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

3.How many keywords are available in c language?

24

32

48

64

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

4.What is the output of the following code?

#include <stdio.h>

int main() {

int a = 10, b = 5;

if (a = b) {

printf("Equal");

} else {

printf("Not Equal");

}

    return 0;

}

Equal

Not Equal

compilation error

Runtime error

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

5.The probability of getting a total of 7 or 11 in a single throw of two dice is..?

1/6

1/9

5/18

2/9

6.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

6.The variance of the data 2,4,6,8,10 is..?

6

8

10

12

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

  1. 7. The SI unit of power is ...?

Joule

Watt

Pascal

Newton

Access all questions and much more by creating a free account

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

Already have an account?