ROUND1

Quiz
•
Mathematics
•
University
•
Hard
Varshitha Chava
Used 3+ times
FREE Resource
25 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
1. What is the output of the 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 the 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
7.The SI unit of power is..?
Joule
Watt
Pascal
Newton
Create a free account and access millions of resources
Similar Resources on Wayground
20 questions
Algebra Mid-Year

Quiz
•
8th Grade - University
20 questions
Linear Standard Equation

Quiz
•
9th Grade - University
20 questions
Graph Given Slope and Y Intercept

Quiz
•
9th Grade - University
20 questions
Slope Find Y Intercept

Quiz
•
8th Grade - University
20 questions
Linear Equation Parallel and Perpendicular

Quiz
•
9th Grade - University
20 questions
Identifying X and Y Intercepts from Equation

Quiz
•
9th Grade - University
20 questions
Intro to Key Features of Functions

Quiz
•
9th Grade - University
20 questions
Selecting X and Y Intercepts

Quiz
•
9th Grade - University
Popular Resources on Wayground
10 questions
Video Games

Quiz
•
6th - 12th Grade
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
10 questions
UPDATED FOREST Kindness 9-22

Lesson
•
9th - 12th Grade
22 questions
Adding Integers

Quiz
•
6th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
20 questions
US Constitution Quiz

Quiz
•
11th Grade
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
Discover more resources for Mathematics
20 questions
Levels of Measurements

Quiz
•
11th Grade - University
24 questions
Domain and Range

Quiz
•
9th Grade - University
22 questions
Line Symmetry and Rotational Symmetry

Quiz
•
KG - University
24 questions
Parallel Lines Cut By A Transversal

Quiz
•
KG - University
24 questions
AP Calculus AB Unit 1 Limits and Continuity Test Study

Quiz
•
11th Grade - University
8 questions
Solving Equations with Variables on Both Sides

Lesson
•
University