0% found this document useful (0 votes)
8 views

Input Output and Operators

Uploaded by

Ishu Agrawal
Copyright
© © All Rights Reserved
Available Formats
Download as XLS, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
8 views

Input Output and Operators

Uploaded by

Ishu Agrawal
Copyright
© © All Rights Reserved
Available Formats
Download as XLS, PDF, TXT or read online on Scribd
You are on page 1/ 184

Question

# Question Question Type


Accuracy

1 int x;int y;int z;x=3;y=4;z = ++x * y++;printf("%d",z) Multiple Choice 39%


2 In C programming language, which of the followin Multiple Choice 43%
3 Which operator has the lowest priority? Multiple Choice 39%
4 The modulus operator (%) can be used only with in Multiple Choice 47%
5 #include <stdio.h>int main(){ int i = 95; char c = 9 Multiple Choice 28%
6 #include <stdio.h>void main(){ int x = 5 * 9 / 3 + Multiple Choice 47%
7 In an expression involving || operator, evaluation I Multiple Choice 33%
8 #include <stdio.h> int main() { int y = 2; Multiple Choice 19%
9 void main(){ int a, b = 2, c; a = 2 * (b++); c = 2 * Multiple Choice 28%
10 16>>2 Multiple Choice 30%
11 Output of an arithmetic expression with integers a Multiple Choice 28%
12 int a = 10 + 4.867; Multiple Choice 46%
13 int a = 3.5 + 4.5; Multiple Choice 27%
14 What is the other name for C Language ?: Questio Multiple Choice 53%
15 Expression x % y is equivalent to____? Multiple Choice 28%
16 Which of the following is not a compound assign Multiple Choice 43%
17 What is the output of the following printfprintf( Multiple Choice 28%
18 What is the output of the following code:#include Multiple Choice 26%
19 What is the output of the following code:#include Multiple Choice 26%
20 What is the output of the following printfint a=9;p Multiple Choice 28%
21 What is the output of the following printfint a=-11; Multiple Choice 39%
22 What is the output of the following printf:int a=6, Multiple Choice 38%
23 Which of the following operators are related to sho Multiple Choice 31%
24 What is the output of the following printf:printf(" Multiple Choice 26%
25 What is the output of the following printf:int a=1 Multiple Choice 20%
26 What is the output of the following printf:int a=1 Multiple Choice 23%
27 What is the output of the following printf:int a=1,2 Multiple Choice 30%
28 What is the value of printf:printf("%d",sizeof(doubl Multiple Choice 44%
29 What is the output of the following printf:int a=10 Multiple Choice 27%
30 What is the output of the following printf:int a=20 Multiple Choice 16%
31 What is the output of the following code snippet:in Multiple Choice 31%
32 Which of the following Arithmetic Operators are ha Multiple Choice 45%
33 What is the output of the following printf:int a=10 Multiple Choice 26%
34 What is the output of the following printf:printf Multiple Choice 26%
35 Who developed the C programming language? Multiple Choice 62%
36 A name having a few letters, numbers and special c Multiple Choice 37%
37 The words if, else, auto, float etc. have predefin Multiple Choice 47%
38 Which is/are the integer constant/constants? Multiple Choice 54%
39 Which operators perform operations on data in bin Multiple Choice 54%
40 #include <stdio.h> int main() { sig Multiple Choice 17%
41 What will be the output of the following program?#incl Multiple Choice 21%
42 The format identifier ‘%i’ is also used for _____ da Multiple Choice 52%
43 A single line comment line in a C Language source Multiple Choice 53%
35%

View Player Data


Average Time
Yet to be Partially
per Question Correct Incorrect Ungraded Unattempted
graded correct
(mm:ss)

00:26 137 0 0 119 0 92


00:18 149 0 0 107 0 92
00:15 136 0 0 116 0 96
00:14 165 0 0 89 0 94
00:36 96 0 0 147 0 105
00:27 165 0 0 87 0 96
00:34 114 0 0 130 0 104
00:29 65 0 0 185 0 98
00:37 98 0 0 146 0 104
00:23 104 0 0 140 0 104
00:22 96 0 0 154 0 98
00:12 161 0 0 90 0 97
00:11 95 0 0 149 0 104
00:19 184 0 0 71 0 93
00:34 96 0 0 153 0 99
00:18 149 0 0 98 0 101
00:53 97 0 0 147 0 104
00:24 91 0 0 158 0 99
00:27 92 0 0 155 0 101
00:20 97 0 0 158 0 93
00:25 136 0 0 113 0 99
00:32 131 0 0 124 0 93
00:18 107 0 0 144 0 97
00:25 90 0 0 156 0 102
00:49 71 0 0 171 0 106
00:21 81 0 0 169 0 98
00:18 105 0 0 138 0 105
00:13 154 0 0 91 0 103
00:30 94 0 0 153 0 101
00:29 57 0 0 195 0 96
00:25 109 0 0 144 0 95
00:17 158 0 0 96 0 94
00:25 89 0 0 158 0 101
00:22 91 0 0 158 0 99
00:10 216 0 0 33 0 99
00:18 130 0 0 115 0 103
00:16 165 0 0 85 0 98
00:17 187 0 0 58 0 103
00:16 188 0 0 53 0 107
00:24 59 0 0 193 0 96
00:33 73 0 0 179 0 96
00:16 180 0 0 62 0 106
00:11 186 0 0 47 0 115
16:50 5244 0 0 5434 0 4286

View Time Data View Summary


MUKUND sameer RAHUL Pushkar Shobhit
Nomita singh Ankit Pandey
VARSHNEY kumar_AN KUMAR_BE_4 Varshney Bhardwaj
(SAUMYA (Ankit
(MUKUND (sameer 6 (RAHUL (Pushkar (Shobhit
AGARWAL) Pandey)
VARSHNEY) kumar_AN) KUMAR) Varshney) Bhardwaj)

16 16 16 16 16 20 16
Arithmetic operArithmetic operArithmetic operArithmetic operArithmetic operArithmetic operArithmetic oper
|| || + || || || ||
True True True True True True False
2,1 2,1 2,1 2,1 4,2 2,1 2,1
24 24 24 24 24 24 24
II and IV II and IV II and IV II and IV II and IV II and IV II and IV
20 20 12 20 20 20 20
a = 4, c = 8 a = 4, c = 8 a = 4, c = 8 a = 4, c = 8 a = 4, c = 8 a = 4, c = 8 a = 4, c = 8
4 4 4 4 4 4 4
Real number Real number Real number Real number Real number Real number Real number
a = 14 a = 14 a = 14 a = 14 a = 14 a = 14 a = 14
8 8 8 8 8 8 8
Ternary Operat Ternary Operat Ternary Operat Ternary Operat Ternary Operat Ternary Operat Ternary Operat
(x – (x/y) * y) (x – (x/y) * y) (x – (x/y) * y) (x – (x/y) * y) (x – (x/y) * y) (x – (x/y) * y) (y – (x/y) * y)
0 0 0 0 0 0 0
35 35 35 35 35 38 35
0 0 0 0 0 0 1
1 1 1 1 1 1 1
-10 -10 -10 -10 -10 -10 -9
0 0 12 0 0 0 0
14 14 14 14 14 14 14
Logical OperatoLogical OperatoLogical OperatoLogical OperatoBitwise OperatoLogical OperatoLogical Operato
2 2 2 2 2 2 2
-9 -9 -9 -9 -9 -9 -9
11,11 11,11 11,11 11,11 11,11 11,11 10,11
Compile time erCompile time erCompile time erCompile time erCompile time erCompile time erCompile time er
8 8 8 8 8 8 8
80 80 80 80 80 80 80
31 31 31 31 31 31 31
GEC GEC GEC GEC GEC IT GEC
/, *, % /, *, % Only * and / Only * and / /, *, % /, *, % /, *, %
1 1 1 1 1 18 1
0 0 0 0 0 400 0
Dennis Ritchie Dennis Ritchie Dennis Ritchie Dennis Ritchie Dennis Ritchie Dennis Ritchie Dennis Ritchie
identifiers identifiers identifiers identifiers identifiers identifiers identifiers
keywords keywords keywords keywords keywords keywords keywords
All of the aboveAll of the aboveAll of the aboveAll of the aboveAll of the aboveAll of the aboveAll of the above
Bitwise operatoBitwise operatoBitwise operatoBitwise operatoBitwise operatoBitwise operatoBitwise operato
-128 -128 -128 -128 128 Garbage Value -128
Temperature in Temperature in Temperature in Temperature in Temperature in Temperature in Temperature in
int int int int int int int
// // // // // // //

100% 100% 91% 95% 91% 86% 88%


KAJAL Shakshi
Kush Kumar Dhruv Tripathi
Ritik Saxena KUKREJA Agrawal Manya Sethi Puneet Sahu
Gupta (Kush (Pavan
(Ritik Saxena) (KAJAL (Shakshi (Manya Sethi) (Puneet Sahu)
Kumar Gupta) Tripathi)
KUKREJA) Agrawal)

16 16 16 16 12 16 16
Arithmetic operArithmetic operRelational oper Arithmetic operArithmetic operArithmetic operArithmetic oper
|| || || || || || ||
True True True True True True True
4,2 2,1 2,1 2,1 2,1 4,2 4,2
24 24 24 23 24 24 24
II and IV II and IV II and IV II and IV II and IV II and IV
20 20 12 20 20 20
a = 4, c = 8 a = 4, c = 8 a = 4, c = 8 a = 4, c = 6 a = 4, c = 8 a = 4, c = 8 a = 4, c = 6
64 4 4 4 64 4 8
Real number Real number Real number Real number Integer Real number Real number
a = 14 a = 14 a = 14 a = 14 a = 14 compiler error. a = 14
8 8 8 7 7 8 7
Ternary Operat Ternary Operat Ternary Operat Ternary Operat Ternary Operat Ternary Operat Ternary Operat
(y – (x/y) * y) (x – (x/y) * y) (x – (x/y) * y) (x – (x/y) * y) (y – (x/y)) (y – (x/y)) (x – (x/y) * y)
%= 0 0 0 0 0 0
38 35 35 -2 -2 35 35
0 0 0 0 0 0
1 10 Error 1 1
-10 -10 -10 -10 -10 -10 -10
0 0 0 10 0 0 0
14 14 14 14 8 0 0
Logical OperatoLogical OperatoLogical OperatoLogical OperatoBitwise OperatoBitwise OperatoLogical Operato
2 2 2 2 2 2 2
-9 -9 1 -1 122 -9 -9
11,11 11,10 11,11 11,11 11,11 11,11 10,11
Compile time er1 1 Compile time er1 Compile time er1
8 8 8 8 8 8 8
80 80 80 80 80 80
31 35 1 20 31 1 31
GEC GEC GEC IT GEC GEC GEC
/, *, % /, *, % /, *, % /, *, % /, *, % /, *, % /, *, %
1 1 1 1 2 1 1
0 0 0 0 0 0 0
Dennis Ritchie Dennis Ritchie Dennis Ritchie Dennis Ritchie Dennis Ritchie Dennis Ritchie Dennis Ritchie
identifiers identifiers identifiers identifiers identifiers
keywords keywords keywords keywords keywords keywords
All of the aboveAll of the aboveAll of the aboveAll of the aboveAll of the aboveAll of the aboveAll of the above
Bitwise operatoBitwise operatoBitwise operatoBitwise operatoBitwise operatoBitwise operatoBitwise operato
128 -128 -128 -128 128 -128 -128
Temperature in Temperature in Temperature in Temperature in Temperature in Temperature in Temperature in
int int int int int int int
// // // // // // //

86% 88% 86% 81% 72% 74% 74%


Krishna Kanak Arun KRATIKA Gaurav KAUTUK
MUSKAN
Sharma Bhardwaj Kushwah AGRAWAL Chaudhary PANDEY
(MUSKAN
(Krishna (Kanak (Arun (KRATIKA (Gaurav (KAUTUK
DIWAN)
Sharma) Bhardwaj) Kushwah) AGRAWAL) Chaudhary) PANDEY)

16 16 16 16 16 16 16
Arithmetic operArithmetic operArithmetic operArithmetic operArithmetic operArithmetic operRelational oper
|| || || || || || +
False False False False True True True
2,1 2,1 4,2 2,1 4,2 2,1 2,1
24 24 24 24 24 24 24
II and IV II and IV I and II II and III II and IV II and IV II and IV
12 Either 12 or 20 20 20 12 12 12
a = 4, c = 8 a = 4, c = 8 a = 4, c = 8 b = 3, c = 6 a = 4, c = 8 a = 4, c = 6 a = 4, c = 8
64 4 4 4 4 4 4
Depends on theReal number Integer Real number Integer Integer Integer
a = 14 a = 14 a = 14 a = 14 a = 14 a = 14 a = 14
8 8 8 7 7 8 8
Ternary Operat Ternary Operat Ternary Operat Ternary Operat Ternary Operat Ternary Operat Ternary Operat
(x – (x/y) * y) (x – (x/y)) (y – (x/y) * y) (x – (x/y) * y) (y – (x/y)) (x – (x/y) * y) (x – (x/y) * y)
0 0 %= 0 0 0 0
35 38 35 35 -2 35 -2
1 Error 0 0 0 0 0
1 1 1 1 1 1 1
10 -10 -10 -10 -10 -10 -10
0 10 0 12 0 0 10
14 14 14 14 14 14 6
Logical OperatoLogical OperatoBitwise OperatoLogical OperatoSpecial OperatoLogical OperatoSpecial Operato
-2 3 2 2 -2 3 2
122 1 -9 122 122 1 -1
10,11 11,11 11,11 10,11 11,11 10,11 11,11
Compile time erCompile time er1 4 1 4 1
8 8 8 8 8 8 8
80 80 80 80 80 80 80
31 31 31 1 31 1 31
GEC GEC Error GEC GEC GEC GEC
/, *, % /, *, % /, *, % /, *, % /, *, % /, *, % /, *, %
1 1 1 1 1 2 1
1 1 0 0 0 1 0
Dennis Ritchie Dennis Ritchie Dennis Ritchie Dennis Ritchie Dennis Ritchie Dennis Ritchie Dennis Ritchie
identifiers identifiers keywords keywords tokens identifiers keywords
keywords keywords keywords keywords keywords keywords keywords
Decimal integerAll of the aboveAll of the aboveAll of the aboveAll of the aboveAll of the aboveAll of the above
Bitwise operatoBitwise operatoBitwise operatoBitwise operatoBitwise operatoAdditional oper Bitwise operato
-128 Garbage Value -128 Garbage Value 128 -128 -128
Temperature in Temperature in Temperature in Temperature in Temperature in Temperature in Temperature in
int int int int int int double
// // // // // // //

72% 74% 74% 74% 70% 72% 72%


PRIYANSHU Harsh Nitendra
Abhay Bansal Deepti Gupta
GOYAL Rudra Gupta Chaudhary Nitendra Ragini Sahu
(Abhay (Deepti
(PRIYANSHU (Rudra Gupta) (Harsh (Nitendra (Ragini Sahu)
Bansal) Gupta)
GOYAL) Chaudhary) Nitendra)

16 16 16 16 12 12 16
Arithmetic operArithmetic operArithmetic operArithmetic operArithmetic operLogical operato Logical operato
|| || || || +
True True True True False True True
2,1 4,2 2,1 4,2 2,4 2,1 2,1
24 24 24 24 24 24 24
II and IV I and II II and IV II and IV II and IV I and III
20 20 12 Either 12 or 20 20 12
a = 4, c = 8 a = 4, c = 8 a = 4, c = 8 b = 3, c = 6 a = 4, c = 8 a = 4, c = 6
4 4 4 4 4 4 4
Integer Real number Real number Integer Real number Real number
a = 14 a = 14 a = 14 a = 14 a = 14
8 8 8.0 7 8 7
Ternary Operat Ternary Operat Ternary Operat Ternary Operat Ternary Operat Ternary Operat Ternary Operat
(x – (x/y) * y) (x – (x/y) * y) (y – (x/y) * y) (x – (x/y) * y) (x – (x/y) * y) (x – (x/y) * y)
0 0 0 0 %= /= 0
34 -2 34 35 35 35
Error 0 0 0 0 1 10
10 1 1 1 1 0 1
-10 -10 -9 -10 -10 -10 -10
0 0 0 10 10 0
14 14 14 14 0 14 14
Increment/DecrLogical OperatoLogical OperatoSpecial OperatoLogical OperatoLogical OperatoBitwise Operato
-2 -2 -2 -2 -2
-9 -9 -9 -9 -9 -1 -9
10,11 10,11 11,11 11,11 10,11 11,11
1 Compile time erCompile time er1 Compile time erCompile time erCompile time er
8 8 8 8 8 8
0 80 80 80 80 80 80
31 35 35 1 31 1 31
GEC GEC GEC GEC GEC GEC GEC
/, *, % Only * and / /, *, % /, *, % /, *, %
1 1 1 2 1 18
0 0 0 0 0 1 1
Dennis Ritchie Dennis Ritchie Dennis Ritchie Dennis Ritchie Dennis Ritchie Dennis Ritchie Dennis Ritchie
identifiers identifiers identifiers identifiers identifiers identifiers
keywords keywords keywords keywords keywords data types keywords
Decimal integer constant All of the aboveAll of the aboveAll of the aboveAll of the above
Bitwise operatoBitwise operator Bitwise operatoBitwise operatoBitwise operatoBitwise operato
128 -128 -128 Garbage Value -128 -128 128
Temperature in Temperature in Temperature in Temperature in Temperature in Temperature in Temperature in
int int int int int int
// // // // // // //

72% 70% 58% 72% 70% 70% 70%


ABHIYANSH vinayak
Yaseen Kashish Nitin Prajapati
akshita singh Namit Jain VARSHNEY Solanki
(Yaseen (Kashish (Nitin
(akshita singh) (Namit Jain) (ABHIYANSH (vinayak
Yaseen) Chaudhary) Prajapati)
VARSHNEY) Solanki)

20 16 16 12 16 16 16
Logical operato Arithmetic operArithmetic operArithmetic operArithmetic operArithmetic operArithmetic oper
+ || || + || || ||
True True False True True True
4,2 2,1 2,4 4,2 4,2 4,2 2,4
24 24 4 3 24 24 24
II and III II and IV I and III I and III II and IV II and IV I and II
12 Either 12 or 20 4 12 12 20
a = 4, c = 8 a = 4, c = 6 a = 4, c = 8 a = 4, c = 8 a = 4, c = 8 a = 4, c = 6 a = 4, c = 8
64 64 4 4 64 4 4
Integer Real number Real number Integer Depends on theReal number
a = 14 a = 14 a = 10 a = 14 a = 14 a = 14 a = 14
8 8 8 8 8 8 8
Ternary Operat Ternary Operat Ternary Operat Ternary Operator Ternary Operat Ternary Operat
(x – (x/y) * y) (y – (x/y) * y) (x – (x/y) * y) (x – (x/y) * y) (x – (x/y)) (x – (x/y) * y)
0 0 /= 0 0 0 /=
34 35 35 34 34 35
1 1 10 Error 1 0 1
Error 1 1 -5 1 1
-9 -10 -10 -9 -10 -10 -10
0 0 0 0 0 0 10
14 14 14 14 14 0 14
Logical OperatoLogical OperatoLogical OperatoLogical OperatoLogical OperatoLogical OperatoIncrement/Decr
2 2 2 3 2 2 -2
-9 -9 -9 1 -1 -1 -1
10,11 10,11 11,11 11,11 11,11 11,11 11,11
Compile time erCompile time er1 Compile time error Compile time er4
8 8 8 8 8 8 8
80 40 80 80 80 20 40
20 31 31 20 35 1 1
GEC GEC GEC GEC GEC Error GEC
/, *, % /, *, % /, *, % /, *, % /, *, % /, *, % /, *, %
19 1 1 19 1 1 1
Error Error 1 Error 0 0 0
Dennis Ritchie Dennis Ritchie Dennis Ritchie Dennis Ritchie Dennis Ritchie Dennis Ritchie Ray Boyce
identifiers identifiers identifiers keywords keywords identifiers
keywords data types identifier keywords keywords identifier constant
All of the aboveAll of the aboveOctal integer c All of the aboveAll of the aboveAll of the aboveAll of the above
Bitwise operator Bitwise operatoBitwise operatoBitwise operatoBitwise operatoBitwise operato
-128 128 -128 -128 -128 Garbage Value -128
Temperature in Temperature in Temperature in Temperature in Temperature in Temperature in Temperature in
int int int int int int int
// // // // // // //

63% 67% 67% 65% 67% 67% 67%


ADITYA Kaushiki SIDDHANT
Komal Komal Anashva Singh
DUBEY Agrawal JAIN Harsh Anand Krati Gupta
(Komal (Anashva
(ADITYA (Kaushiki (SIDDHANT (Harsh Anand) (Krati Gupta)
Komal) Singh)
DUBEY) Agrawal) JAIN)

12 16 16 16 16 16 16
Arithmetic operArithmetic operLogical operato Relational oper Arithmetic operArithmetic operArithmetic oper
++ ++ + ++ || || +
True False True True True True False
2,1 2,1 2,1 2,4 2,4 4,2 4,2
24 24 24 24 24 24
II and IV II and III II and III II and IV II and IV II and IV I and III
4 Either 12 or 20 12 20 Either 12 or 20 20
a = 4, c = 8 a = 4, c = 8 a = 4, c = 8 a = 4, c = 8 a = 4, c = 6 a = 4, c = 8 a = 4, c = 8
4 64 4 64 4 8 64
Integer Real number Depends on theInteger Real number Real number Real number
a = 14 a = 14 a = 14 a = 14 a = 14 a = 14 a = 14
8 8 7 8.0 8 7
Ternary Operat Ternary Operat Ternary Operat Ternary Operat Ternary Operat Ternary Operat Ternary Operat
(y – (x/y) * y) (x – (x/y) * y) (x – (x/y) * y) (y – (x/y) * y) (x – (x/y) * y) (x – (x/y) * y) (x – (x/y) * y)
0 0 0 0 0 0 0
35 -2 34 35 34 35 35
1 0 1 0 0 1 Error
1 1 1 Error 1 0
-10 -10 -10 -10 -10 -9 -10
1 0 0 0 0 0 0
8 14 14 14 6 8 14
Logical OperatoLogical OperatoBitwise OperatoLogical OperatoLogical OperatoLogical OperatoBitwise Operato
-2 2 0 2 3 -2 -2
1 122 -9 -9 1 -9 1
10,11 10,11 11,11 11,11 11,11 11,11 11,11
Compile time er4 1 3 1 Compile time erCompile time er
8 8 8 8 8 8 4
80 80 80 0 80 80
31 35 20 35 1 31 35
GEC GEC GEC GEC GEC GEC
/, *, % /, *, % /, *, % /, *, % /, *, % /, *, %
2 1 19 1 1 19 1
0 0 1 0 0 1 1
Dennis Ritchie Dennis Ritchie Dennis Ritchie Dennis Ritchie Dennis Ritchie Dennis Ritchie Dennis Ritchie
identifiers identifiers identifiers keywords reserved keywoidentifiers identifiers
keywords data types keywords keywords constant keywords keywords
All of the aboveDecimal integerAll of the aboveAll of the aboveAll of the aboveAll of the aboveAll of the above
Bitwise operatoAdditional oper Bitwise operatoLogical operato None of the ab Bitwise operatoBitwise operato
128 128 128 Garbage Value 128 -128
Temperature in Temperature in Temperature in Temperature in Temperature in Temperature in Temperature in
int int int int int int int
// // // // // // //

67% 67% 63% 67% 67% 63% 65%


VANISHA MAHAK Satyendra Govind Divyansh Aditya
MITTAL Shivika Jain BANSAL Singh Thakur Varshney Prakash
(VANISHA (Shivika Jain) (MAHAK (Satyendra (Govind (Divyansh (Aditya
MITTAL) BANSAL) Singh) Thakur) Varshney) Prakash)

16 12 0 16 16 16
Arithmetic operLogical operato Relational oper Arithmetic operArithmetic operArithmetic operArithmetic oper
|| + ++ || || +
False True True True False False False
2,1 2,1 4,2 2,1 2,4 4,2 2,1
24 24 24 24 24 24 3
II and IV II and III II and IV II and IV I and II II and III
12 20 20 12 20 Either 12 or 20
a = 4, c = 8 a = 4, c = 8 a = 4, c = 8 a = 4, c = 8 a = 4, c = 8 a = 4, c = 6 a = 4, c = 6
4 4 4 32 4 4
Depends on theReal number Real number Real number Integer Depends on the
a = 14 a = 14 a = 14 a = 14 a = 14 a = 14 a = 14
8.0 8 7 8.0 7 7 7
Ternary Operat Ternary Operat Ternary Operat Ternary Operat Ternary Operat Ternary Operat Ternary Operat
(x – (x/y) * y) (y – (x/y) * y) (x – (x/y) * y) (x – (x/y) * y) (x – (x/y)) (y – (x/y)) (x – (x/y) * y)
0 0 0 0 0 0 0
35 34 34 35 35 34 -2
0 1 0 Error 1 0
1 Error 0 1 1 -5
-9 -9 -10 -10 -10 -10 -10
0 0 0 10 0 0 1
14 14 0 14 14 14 0
Logical OperatoLogical OperatoBitwise OperatoLogical OperatoLogical OperatoLogical OperatoBitwise Operato
2 0 2 3 2 2 2
-9 -9 -1 -1 -9 -9 -9
11,11 11,11 11,11 11,11 10,11 11,11
Compile time erCompile time er1 4 4 4 Compile time er
8 4 8 10 8 4
80 80 80 20 0 80 80
1 1 1 35 31 31
GECIT GEC GEC GEC GEC Error
/, *, % /, *, % /, *, % Only * and / /, *, % /, *, %
1 2 1 18 1 1 2
0 0 Error Error 1 0 0
Dennis Ritchie Dennis Ritchie Dennis Ritchie Dennis Ritchie Dennis Ritchie Dennis Ritchie
identifiers tokens keywords identifiers identifiers identifiers
keywords keywords data types keywords keywords keywords keywords
of the above All of the aboveAll of the aboveAll of the aboveAll of the aboveAll of the aboveAll of the above
Bitwise operatoBitwise operatoBitwise operatoBitwise operatoBitwise operatoBitwise operatoBitwise operato
-128 128 128 -128 128 0
Temperature in Temperature in Temperature in Compiler Error Temperature in Fahrenheit is 4 Temperature in
int int int int int
// // // // // //

65% 63% 63% 63% 63% 60% 60%


Prasoon ANSHIKA ANANT
Anshul Yadav ANKIT KUMAR
Kumar Male NAKUL SAINI BHADAURIA random (kin SRIVASTAVA
(Anshul (ANKIT
(Prasoon (NAKUL SAINI) (ANSHIKA kin) (ANANT
Yadav) KUMAR)
Kumar Male) BHADAURIA) SRIVASTAVA)

16 16 16 20 16 20 16
Logical operato Relational oper Arithmetic operArithmetic operLogical operato Arithmetic operArithmetic operators
% || ++ || + || ||
True True True True True False True
2,1 2,1 4,2 2,4 2,1 2,1 4,2
24 24 24 24 24 24 23
I and III II and III II and IV II and IV II and IV II and IV I and III
Either 12 or 20 Either 12 or 20 12 Either 12 or 20 20 20 12
a = 4, c = 6 a = 4, c = 8 a = 4, c = 6 a = 4, c = 8 a = 4, c = 8 a = 4, c = 6 a = 4, c = 8
8 32 4 32 4 32 64
Depends on theReal number Integer Real number Integer Real number Depends on the
a = 14 a = 14 a = 14 a = 14 a = 14 a = 14 compiler error.
7 8.0 7 8 7 0 8
Ternary Operat Ternary Operat Ternary Operat Ternary Operat If-Else OperatorTernary Operat Ternary Operat
(y – (x/y) * y) (x – (x/y)) (x – (x/y) * y) (x – (x/y) * y) (y – (x/y) * y) (x – (x/y) * y) (x – (x/y) * y)
0 0 0 %= 0 += 0
35 34 34 35 38 35 38
Error 0 Error Error Error 1 0
1 1 Error 10 1 Error 10
-10 -10 -10 10 -10 -10 10
0 10 0 0 0 0 10
14 0 14 6 14 14 14
Logical OperatoLogical OperatoLogical OperatoLogical OperatoBitwise OperatoBitwise OperatoLogical Operators
0 2 2 -2 2 2 -2
-9 -9 1 -1 -9 122 122
10,10 11,11 10,11 11,11 10,11 10,10 10,11
1 1 1 Compile time erCompile time er4 Compile time error
8 4 8 8 8 8 8
80 0 80 0 0 80 80
35 35 1 1 1 1 35
GEC GEC GEC Error GEC GEC GEC
/, *, % /, *, % /, *, % /, *, % /, *, % Only / /, *, %
1 2 2 18 1 18 18
Error 0 0 0 1 1 0
Dennis Ritchie Ray Boyce Dennis Ritchie Dennis Ritchie Dennis Ritchie Dennis Ritchie Dennis Ritchie
identifiers identifiers reserved keywoidentifiers keywords identifiers identifiers
keywords keywords keywords keywords keywords keywords keywords
All of the aboveAll of the aboveAll of the aboveHexadecimal in Decimal integerAll of the aboveAll of the above
Bitwise operatoBitwise operatoBitwise operatoBitwise operatoBitwise operatoBitwise operatoBitwise operato
Garbage Value Garbage Value Garbage Value Garbage Value Garbage Value 128 Garbage Value
Temperature in Temperature in Temperature in Temperature in Temperature in Temperature in Temperature in Fahrenheit is 4
int int int int int int int
// // /* // // // //

60% 60% 60% 60% 60% 58% 58%


Srishti Laxita RAVEENA Piyush Mani Tushant
Abhishek Seth
Agarwal Samantani THAKUR Tripathi Arti Saini (Arti Thakur
(Abhishek
(Srishti (Laxita (RAVEENA (Piyush Mani Saini) (Tushant
Seth)
Agarwal) Samantani) THAKUR) Tripathi) Thakur)

12 12 20 16 16 16
hmetic operators Arithmetic operArithmetic operArithmetic operArithmetic operArithmetic operArithmetic oper
|| ++ || || + + ||
False True True True False True True
4,2 4,2 2,1 4,2 2,1
24 24 24 24 23 24 24
II and III II and III II and IV II and IV II and IV II and III I and III
20 20 4 Either 12 or 20 20 12 12
a = 4, c = 8 a = 4, c = 6 a = 4, c = 8 a = 4, c = 6 a = 4, c = 8 a = 4, c = 8 a = 3, c = 8
4 64 4 64 64 64 64
Real number Depends on theReal number Real number Real number Real number Integer
a = 14 a = 14 a = 14 a = 14 a = 14 a = 14 a = 14
8 8 7 8.0 8 8.0
Ternary Operat Ternary Operat If-Else OperatorTernary Operat Ternary Operat Ternary Operat Ternary Operat
(x – (x/y)) (x – (x/y)) (x – (x/y) * y) (x – (x/y) * y) (x – (x/y) * y) (x – (x/y) * y) (x – (x/y))
0 0 0 0 /= 0
35 35 35 35 34 38
Error 1 0 Error 0 0
1 1 0 1 0 10 1
-10 -10 -10 -10 -9 -10 -10
0 12 0 0 12 10
14 14 14 14 14 14 0
cal Operators Bitwise Operators Logical OperatoIncrement/DecrLogical OperatoSpecial Operato
-2 2 2 -2 -2 2 3
-9 -9 122 122 -9 -9 1
10,11 10,10 10,10 10,11 10,11 11,11 11,11
mpile time error 1 4 Compile time er1 Compile time er1
8 8 8 4 8 4 8
40 20 0 0 80 20
31 1 20 20 35 35 1
GEC GEC GEC GECIT GEC GEC GEC
/, *, % /, *, % +, - /, *, % /, *, % /, *, %
1 1 1 2 18 2 18
1 0 400 0 0 0
Dennis Ritchie Dennis Ritchie Dennis Ritchie Dennis Ritchie Dennis Ritchie Dennis Ritchie Dennis Ritchie
tokens identifiers identifiers identifiers keywords identifiers
keywords keywords keywords identifier keywords
All of the aboveAll of the aboveAll of the aboveAll of the aboveAll of the aboveOctal integer c All of the above
Bitwise operatoBitwise operatoBitwise operatoBitwise operatoBitwise operatoLogical operato Bitwise operato
-128 128 Garbage Value 128 Garbage Value 0 -128
mperature in Fahrenheit is 4 Temperature in Temperature in Temperature in Temperature in Temperature in Temperature in
int int double int int
// /* // // // //

47% 58% 58% 58% 58% 58% 58%


Mayank muskan Rishika Shreya Utkarsh KARTIKEY
Saraswat Chaudhary Raghuvanshi Shrivastava Sneha Gupta Sonkar GUPTA
(Mayank (muskan (Rishika (Shreya (Sneha Gupta) (Utkarsh (KARTIKEY
Saraswat) Chaudhary) Raghuvanshi) Shrivastava) Sonkar) GUPTA)

16 16 16 16 12 16
Arithmetic operArithmetic operLogical operato Logical operato Relational oper Relational oper Relational oper
|| || + + || || ||
True True True True True False True
2,4 2,1 2,1 4,2 2,1 2,1 4,2
24 24 24 3 23 24
I and II II and III II and IV II and IV II and IV II and IV II and III
12 12 20 20 12 Either 12 or 20 12
a = 4, c = 8 a = 4, c = 8 a = 4, c = 8 a = 4, c = 6 a = 4, c = 6 a = 4, c = 8 a = 4, c = 6
4 4 4 8 4 4
Depends on theReal number Real number Depends on theInteger Depends on theInteger
a = 14 a = 14.867 a = 14 a = 14 a = 14 a = 14.867
8 8 7 8 8 8 0
Ternary Operat Ternary Operat Ternary Operat Ternary Operat Ternary Operat Ternary Operat Ternary Operat
(x – (x/y)) (y – (x/y) * y) (y – (x/y)) (y – (x/y) * y) (x – (x/y) * y) (y – (x/y) * y) (x – (x/y) * y)
0 %= 0 0 %= /= /=
38 35 35 35 35 35 38
0 1 10 0 Error 0
0 -5 0 1 10 1 1
-9 -9 6 -9 -9 -9 -9
1 10 0 0 0 1
0 8 6 14 0 14
Logical OperatoSpecial OperatoBitwise OperatoSpecial OperatoBitwise OperatoIncrement/DecrBitwise Operato
2 2 2 3 0 2 2
1 -9 1 -9 122 -1 122
10,11 10,11 11,11 10,11 10,11 11,11 10,11
1 4 Compile time erCompile time erCompile time er4 Compile time er
8 8 8 8 8 8 8
0 80 80 80 0 20 80
35 1 1 1 31 31 20
GEC GEC GEC GEC GEC GECIT GEC
/, *, % /, *, % /, *, % /, *, % /, *, % /, *, % +, -
1 1 19 18 2 1 1
0 1 1 Error Error 0 0
Dennis Ritchie Dennis Ritchie Dennis Ritchie James Gosling Dennis Ritchie Dennis Ritchie Dennis Ritchie
identifiers identifiers identifiers tokens identifiers keywords identifiers
keywords keywords keywords keywords keywords identifier keywords
Decimal integerDecimal integerAll of the aboveAll of the aboveAll of the aboveAll of the aboveAll of the above
Bitwise operatoLogical operato Bitwise operatoBitwise operatoLogical operato Bitwise operatoBitwise operato
128 128 -128 Garbage Value -128 128 128
Temperature in Temperature in Fahrenheit is 3 Temperature in Temperature in Temperature in Temperature in
int int int int int int int
// // // // /* // //

58% 58% 56% 56% 56% 56% 56%


Arumesh CHARLES ABHINAV
Utkarsh Singh
Khushi Singh Anmol (Har Gupta BABBAGE RINI GUPTA GARG
(Utkarsh
(Khushi Singh) Mahadev) (Arumesh (Ashutosh (RINI GUPTA) (ABHINAV
Singh)
Gupta) Shukla) GARG)

16 16 16 16 20 16 20
Arithmetic operArithmetic operArithmetic operRelational oper Relational oper Logical operato Arithmetic oper
|| || + % ++ + ||
True True True True True True True
4,2 4,2 4,2 2,1 2,1 2,4 2,8
24 24 24 24 4 3 24
II and IV II and IV II and IV I and III II and IV II and III II and III
12 20 20 12 12 20 Either 12 or 20
a = 4, c = 8 a = 4, c = 8 a = 4, c = 8 a = 4, c = 6 a = 4, c = 8 a = 4, c = 8
8 4 4 8 4 64
None of the ab Depends on theInteger Depends on theInteger Real number Real number
a = 14 a = 14 a = 14 a = 14 a = 14 a = 14 a = 14
8 7 7 7 7 8 8.0
Ternary Operat Ternary Operat Ternary Operat Ternary Operat Ternary Operat Ternary Operat Ternary Operat
(x – (x/y) * y) (y – (x/y)) (x – (x/y) * y) (y – (x/y)) (x – (x/y)) (x – (x/y) * y) (x – (x/y) * y)
0 0 %= %= 0 0 0
35 38 35 35 38 35 34
0 1 1 Error 10 1
10 10 1 0 Error Error
10 -9 -10 -10 -10 10 -10
10 10 0 0 1 0
14 6 8 14 14 14 14
Increment/DecrLogical OperatoIncrement/DecrLogical OperatoLogical OperatoBitwise Operators
2 2 2 2 0 3 2
122 1 122 -9 122 1 122
10,11 11,11 10,11 10,11 10,11 10,11 10,11
1 Compile time error 4 Compile time erCompile time er
8 8 4 8 8 4
80 20 80 80 80 40 20
1 1 31 31 35 35 31
GEC GECIT GEC GECIT GEC Error GEC
/, *, % +, - /, *, % Only * and / /, *, % /, *, % /, *, %
18 19 1 1 19 18
Error 400 Error 1 Error Error Error
Dennis Ritchie Dennis Ritchie Dennis Ritchie Dennis Ritchie Dennis Ritchie Dennis Ritchie Dennis Ritchie
reserved keywoidentifiers identifiers identifiers reserved keywoidentifiers identifiers
keywords keywords keywords keywords keywords data types keywords
Hexadecimal in All of the above Decimal integerAll of the aboveAll of the aboveDecimal integer
Bitwise operatoBitwise operatoLogical operato Bitwise operatoBitwise operatoBitwise operatoBitwise operato
128 -128 Garbage Value Garbage Value Garbage Value -128
Temperature in Compiler Error Temperature in Temperature in Temperature in Temperature in Temperature in
int int double int int int int
; ; // // // // //

56% 56% 53% 53% 53% 53% 53%


Nikhil Chahar Harshita Singh kritika mishra Ayush Sharma
Balram singh Lucky Jain Abhay (Abhay
(Nikhil (Harshita (kritika (Ayush
(Balram singh) (Lucky Jain) gaming)
Chahar) Singh) mishra) Sharma)

20 16 16 16 20 16
Arithmetic operArithmetic operLogical operato Arithmetic operRelational oper Arithmetic operArithmetic oper
|| + + || || || ||
True True False True
4,2 2,1 2,1 2,4 2,1 4,2 2,8
24 24 24 24 24 24 3
II and IV II and III I and II II and IV II and IV II and IV
12 12 12 20 12 Either 12 or 20
a = 4, c = 8 a = 4, c = 6 a = 4, c = 6 a = 4, c = 8 a = 4, c = 6 a = 4, c = 8 a = 4, c = 6
4 64 4 4 4 4 4
Integer Integer Real number Real number Real number Real number
a = 14 a = 14 a = 14 a = 14 a = 14.867 a = 14
8.0 7 7 8 8.0 8.0 8.0
Ternary Operat Ternary Operat Ternary Operator If-Else OperatorBinary Operato Ternary Operat
(x – (x/y) * y) (x – (x/y)) (y – (x/y)) (x – (x/y)) (x – (x/y) * y) (x – (x/y) * y)
/= 0 0 0 %= 0 0
38 35 34 35 34 35 34
0 Error 0 0 Error Error 1
1 0 0 1 1 1 1
-10 -9 -10 10 -9
0 0 0 0 0 1
0 14 14 14 14 0
Bitwise OperatoSpecial OperatoLogical OperatoLogical OperatoBitwise OperatoLogical OperatoBitwise Operato
-2 0 2 2 2 3
-9 122 -9 -9 122 1
10,11 11,11 11,11 11,11 10,11 10,11 10,11
Compile time er1 1 Compile time erCompile time er1
8 8 10 8 8 4
40 80 40 40 20 80 20
31 1 1 31 20 31
GEC GECIT GECIT IT GECIT IT GEC
Only / /, *, % /, *, % /, *, % /, *, % +, -
2 2 1 18 18 1 19
400 0 0 1 1
Dennis Ritchie Dennis Ritchie Dennis Ritchie Dennis Ritchie Dennis Ritchie Dennis Ritchie
keywords identifiers identifiers identifiers identifiers identifiers
constant keywords keywords keywords keywords keywords
Decimal integerAll of the aboveAll of the above All of the above All of the above
Bitwise operatoBitwise operatoBitwise operatoBitwise operatoBitwise operatoBitwise operatoBitwise operato
128 Garbage Value Garbage Value Garbage Value Garbage Value -128 -128
Temperature in Compiler Error Temperature in Temperature in Temperature in Fahrenheit is 4 Temperature in
int int int int int int
// // /* // /* //

53% 53% 53% 51% 51% 51% 51%


Aditya Abhishek LOKESH ARYAN Ayushi
Maheshwari Nitin Tyagi Yadav CHAUDHARY Ansh Tomar GUPTA Rathore
(Aditya (Nitin Tyagi) (Abhishek (LOKESH (Ansh Tomar) (ARYAN (Ayushi
Maheshwari) Yadav) CHAUDHARY) GUPTA) Rathore)

20 16 20 20 16 20
Arithmetic operLogical operato Arithmetic operRelational oper Arithmetic operEquality operat Arithmetic operators
|| + % || || + ||
True False True True True False True
2,1 2,4 2,1 2,1 2,1 2,1 2,1
3 24 3 24 3 24 4
I and II I and II I and III II and IV II and IV II and IV II and III
12 20 20 12 Either 12 or 20 20 12
a = 4, c = 6 a = 4, c = 8 a = 4, c = 6 a = 4, c = 6 a = 4, c = 6 a = 4, c = 8 a = 4, c = 8
4 4 4 64 64 4 32
Depends on theInteger Real number Depends on theDepends on theDepends on theDepends on the
a = 14 a = 14 a = 14.867 a = 14 a = 14 compiler error. a = 14
7 8.0 8 7 7 7 8
Ternary Operat Ternary Operat Ternary Operat Ternary Operat Comparison OpeTernary Operat Comparison Ope
(y – (x/y) * y) (y – (x/y)) (x – (x/y)) (y – (x/y) * y) (x – (x/y)) (x – (x/y) * y) (y – (x/y))
0 %= 0 0 0 0 /=
35 35 34 35 38 34 35
0 Error 1 1 0 1 0
1 1 1 10 1 0 Error
-9 -10 10 10 -10 -9 -10
0 0 0 0 10 0 0
0 8 14 14 8 0 14
Logical OperatoSpecial OperatoSpecial OperatoBitwise OperatoLogical OperatoIncrement/DecrLogical Operato
-2 -2 0 -2 -2 2 0
122 122 1 -9 -9 122 122
11,11 11,11 11,11 10,11 10,11 11,11 11,10
4 Compile time erCompile time er1 1 1 Compile time er
10 4 8 8 8 6 8
80 40 20 80 20 80 80
20 31 35 20 35 35
GECIT Error GEC GEC GEC Error Error
Only * and / /, *, % Only * and / Only * and / /, *, % Only * and / +, -
2 19 1 2 1 2 2
0 Error 0 1 Error 0 0
Dennis Ritchie Dennis Ritchie Dennis Ritchie Dennis Ritchie Dennis Ritchie Dennis Ritchie Dennis Ritchie
keywords reserved keyworeserved keywoidentifiers tokens identifiers keywords
keywords keywords identifier keywords keywords keywords data types
All of the aboveAll of the aboveDecimal integerAll of the aboveAll of the aboveAll of the aboveAll of the above
Bitwise operatoBitwise operatoBitwise operatoBitwise operatoBitwise operatoBitwise operatoNone of the ab
-128 -128 Garbage Value 128 128 128 -128
Temperature in Temperature in Temperature in Temperature in Temperature in Temperature in Temperature in
double int float int int int int
// /* // // /* // //

51% 51% 51% 51% 51% 51% 51%


varun Keshav ADITYA YASH Sakshi
Gaurav Kuntal
chauhan Thakur RITU GOYAL MAHESHWARI VARSHNEY Agrawal
(Gaurav
(varun (Keshav (RITU GOYAL) (Aditya (YASH (Sakshi
Kuntal)
chauhan) Thakur) Maheshwari) VARSHNEY) Agrawal)

16 16 12 16 16 20 16
hmetic operators Logical operato Arithmetic operArithmetic operArithmetic operArithmetic operArithmetic oper
++ + ++ + || || +
False False False False True False False
2,1 2,1 2,1 2,4 2,4 2,8 2,8
24 24 24 24 3 24 23
II and III I and II II and IV II and IV II and IV I and II II and IV
Either 12 or 20 12 Either 12 or 20 20 Either 12 or 20 20 4
b = 3, c = 6 a = 4, c = 6 b = 3, c = 6 a = 4, c = 8 a = 4, c = 6 a = 3, c = 8 a = 4, c = 6
4 4 4 64 32 4 4
Real number Integer None of the ab Integer Depends on theInteger Depends on the
a = 14 a = 14 a = 14 a = 14 a = 14 a = 10 a = 14
7 7 8 8 8 7 7
Ternary Operat Ternary Operat Binary Operato Ternary Operat Comparison OpeComparison OpeTernary Operat
(y – (x/y)) (y – (x/y) * y) (x – (x/y)) (x – (x/y)) (y – (x/y) * y) (x – (x/y)) (y – (x/y))
+= 0 /= 0 += /= %=
34 34 38 34 -2 35 35
Error 0 0 Error 0 0 0
10 0 -5 0 Error 1 1
-9 -10 -9 -9 -9 6 -9
0 0 0 0 0 0 0
14 8 14 6 14 14 14
Logical OperatoIncrement/DecrIncrement/DecrIncrement/DecrSpecial OperatoIncrement/DecrBitwise Operato
2 3 0 2 2 2 2
122 122 122 1 -9 122 -1
11,11 10,11 11,11 11,11 11,11 11,10 10,11
1 Compile time erCompile time erCompile time er1 1 4
8 8 4 4 8 8 4
80 0 0 20 0 80 80
31 31 35 20 35 31 20
GEC GECIT Error GECIT Error GEC IT
/, *, % /, *, % /, *, % /, *, % +, - Only * and / /, *, %
2 1 18 2 19 2 18
Error 0 0 1 Error 0 Error
Dennis Ritchie Dennis Ritchie Dennis Ritchie Dennis Ritchie Dennis Ritchie Dennis Ritchie Dennis Ritchie
identifiers tokens identifiers reserved keywoidentifiers keywords identifiers
keywords data types identifier keywords keywords identifier data types
Hexadecimal in All of the aboveAll of the aboveAll of the aboveAll of the aboveOctal integer c All of the above
Bitwise operatoBitwise operatoBitwise operatoBitwise operatoBitwise operatoBitwise operatoBitwise operato
128 Garbage Value Garbage Value Garbage Value Garbage Value 0 128
Temperature in Temperature in Temperature in Temperature in Temperature in Temperature in Temperature in
int int int int int int int
// // // // // //

51% 49% 49% 49% 49% 49% 49%


Krishna Himanshu SHASHANK Apransh
Shani Kumar Bhardwaj Radhika JATIN Kumar Kushwaha TIWARI Yadav
(Shani Kumar) (Krishna (Radhika ) (JATIN Kumar) (Himanshu (SHASHANK (Apransh
Bhardwaj) Kushwaha) TIWARI) Yadav)

16 16 12 16 16 16 16
Arithmetic operEquality operat Arithmetic operArithmetic operArithmetic operArithmetic operArithmetic oper
|| + || ++ || + ||
True False True False True True
2,4 4,2 2,1 2,1 2,4 2,4 4,2
24 24 23 24 24 24 24
II and IV II and IV II and IV II and IV I and II II and III I and II
20 20 Either 12 or 20 20 12 12 12
a = 3, c = 8 a = 4, c = 6 a = 4, c = 6 b = 3, c = 6 b = 3, c = 6 a = 4, c = 6 a = 4, c = 6
4 4 8 4 4 4 64
Real number Real number Real number None of the ab Depends on theDepends on theInteger
a = 14 compiler error. a = 14.867 a = 14 a = 14 a = 14 a = 14
8 8.0 8.0 7 8 8 7
Comparison OpeTernary Operat Ternary Operat Ternary Operat Ternary Operat Ternary Operat Ternary Operat
(x – (x/y)) (x – (x/y) * y) (x – (x/y) * y) (x – (x/y)) (y – (x/y) * y) (x – (x/y))
+= 0 0 0 0 0 0
-2 -2 -2 35 35 -2 38
0 0 0 Error 10 Error Error
10 -5 Error 1 -5 Error -5
10 10 -9 6 -10 -9 -10
12 0 0 12 1 12 0
8 8 14 8 14 14 6
Logical OperatoBitwise OperatoLogical OperatoLogical OperatoBitwise OperatoLogical OperatoLogical Operato
2 -2 -2 -2 -2 3 -2
122 122 1 -9 -1 1 -1
10,10 10,11 10,11 10,11 11,11 10,11
Compile time er1 4 1 Compile time er4
4 8 8 8 8 8 8
80 0 0 0 40 0 40
1 1 20 20 20 20 35
GEC Error IT Error IT Error Error
+, - /, *, % +, - Only * and / Only * and / Only / Only * and /
19 18 19 18 1 19 19
Error 1 400 400 1 400 0
Dennis Ritchie Dennis Ritchie Dennis Ritchie Dennis Ritchie Dennis Ritchie Dennis Ritchie Dennis Ritchie
keywords identifiers identifiers tokens keywords reserved keywoidentifiers
constant keywords keywords keywords keywords data types keywords
Hexadecimal in All of the aboveAll of the aboveAll of the aboveAll of the aboveAll of the aboveAll of the above
Logical operato Bitwise operatoBitwise operatoBitwise operatoBitwise operatoBitwise operatoBitwise operato
128 -128 128 Garbage Value 128 Garbage Value 128
Temperature in Temperature in Temperature in Temperature in Temperature in Temperature in Temperature in
int int int int float int int
// // // // // // //

49% 49% 49% 49% 47% 47% 47%


Priyanshu
Gtderc Gtderc Ayush Lohiya Tanu Rathore Nishant
Singh Harshit singh Sahil Agr
(Gtderc (Ayush (Tanu (Nishant
(Priyanshu (Harshit singh) (Sahil Agr)
Gtderc) Lohiya) Rathore) Jarolia)
Singh)

16 16 12 12 16 16 16
Relational oper Equality operat Arithmetic operArithmetic operEquality operat Relational oper Equality operat
++ || || || % + ++
True False True True False True False
4,2 4,2 2,8 2,1 2,1 4,2 2,1
3 24 23 3 24 24 24
II and IV II and IV I and III II and III I and III II and III I and III
Either 12 or 20 12 12 20 20 12 20
a = 4, c = 8 a = 4, c = 6 a = 4, c = 8 b = 3, c = 6 a = 4, c = 8 a = 4, c = 8 a = 4, c = 6
8 64 8 32 8 64 4
Real number Real number Integer None of the ab Integer Integer Integer
compiler error. a = 14.867 a = 14.867 compiler error. a = 14 a = 14 a = 14
8 7 8 8 8 7 8.0
Ternary Operat Ternary Operat Comparison OpeBinary Operato Ternary Operat Ternary Operat Ternary Operat
(x – (x/y)) (x – (x/y) * y) (x – (x/y)) (x – (x/y) * y) (x – (x/y) * y) (y – (x/y)) (y – (x/y) * y)
+= 0 0 0 0 0 %=
38 34 -2 34 34 35 34
1 1 0 0 1 10 0
1 1 10 Error 0 -5 -5
-10 -10 6 -9 -9 -9 -9
0 1 0 0 0 12 10
0 0 14 14 6 14 0
Increment/DecrBitwise OperatoLogical OperatoLogical OperatoBitwise OperatoLogical OperatoLogical Operato
2 3 2 3 3 -2 2
122 122 -1 -1 122 1 1
11,10 11,11 10,11 10,11 10,11 11,11 10,11
1 4 Compile time er1 Compile time erCompile time erCompile time er
8 8 4 4 8 8
80 80 0 80 0 0 40
31 35 20 1 1 1 35
GECIT GEC GECIT GEC IT Error GECIT
/, *, % /, *, % Only * and / +, - /, *, % Only * and / Only * and /
1 1 1 19 1 1 2
1 0 1 Error 1 0 0
Dennis Ritchie Dennis Ritchie Dennis Ritchie Dennis Ritchie Dennis Ritchie Dennis Ritchie Dennis Ritchie
identifiers identifiers identifiers identifiers reserved keywoidentifiers
data types keywords keywords keywords keywords data types keywords
of the above All of the aboveAll of the aboveAll of the aboveAll of the aboveAll of the aboveAll of the above
Bitwise operatoLogical operato Bitwise operatoBitwise operatoLogical operato Bitwise operatoBitwise operato
Garbage Value Garbage Value 128 0 128 -128 Garbage Value
Temperature in Fahrenheit is 4 Temperature in Compiler Error Temperature in Temperature in Temperature in
int double int int int int
// // /* // /* //

47% 47% 47% 47% 47% 47% 47%


abhishek parth Bhawna Kapil
Luffy Luffy saraswat maheshwari Koushal Jha Gupta Chaudhary MANISH JHA
(Luffy Luffy) (abhishek (parth (Koushal Jha) (Bhawna (Kapil (MANISH JHA)
saraswat) maheshwari) Gupta) Chaudhary)

16 12 16 0 16 20 16
Equality operat Arithmetic operArithmetic operRelational oper Arithmetic operArithmetic operArithmetic oper
+ || || || || ||
False True False True True True
2,4 4,2 2,8 4,2 2,8 4,2
3 24 4 24 24 4 3
II and IV II and IV II and III II and IV II and IV
12 12 12 20 12
a = 4, c = 8 a = 4, c = 6 a = 4, c = 6 a = 4, c = 8 b = 3, c = 6 a = 4, c = 6
4 4 8 4 4 64
None of the ab Depends on theReal number Integer Real number Depends on theDepends on the
a = 14 compiler error. compiler error. a = 14 compiler error. a = 14
7 7 8.0 8 7 8 7
If-Else OperatorTernary Operat Ternary Operat Ternary Operat Ternary Operat Ternary Operat Ternary Operat
(x – (x/y) * y) (x – (x/y)) (x – (x/y) * y) (y – (x/y) * y) (x – (x/y) * y)
0 0 0 %= 0 /= 0
35 35 34 -2
1 1 1 0 0
10 1 Error Error Error 1 0
-10 -10 -9 -10 10 -9 -10
10 0 0 0 1 10 0
8 8 14 0 8 14
Logical OperatoIncrement/DecrLogical Operators Logical OperatoSpecial Operato
-2 -2 0 2 2 0
-9 122 -9 -1 122
10,11 11,11 10,11 11,11 11,11 10,11 10,11
1 Compile time er1 1 1 1
8 8 8 8
80 20 0 80 0
20 1 1 1 20
Error GECIT GEC GEC Error Error GEC
Only / +, - Only * and / Only * and / Only * and / /, *, % Only * and /
1 1 18 1 19 18 1
1 Error 400 0 0 Error 1
Dennis Ritchie Dennis Ritchie Dennis Ritchie Dennis Ritchie Dennis Ritchie Dennis Ritchie Dennis Ritchie
keywords reserved keywoidentifiers identifiers identifiers reserved keywoidentifiers
keywords keywords keywords keywords keywords keywords keywords
All of the aboveAll of the aboveOctal integer c All of the aboveAll of the aboveAll of the aboveAll of the above
Bitwise operatoBitwise operatoBitwise operatoBitwise operator Bitwise operator
128 Garbage Value Garbage Value Garbage Value 0 Garbage Value
Temperature in Temperature in Temperature in Fahrenheit is 3 Temperature in Temperature in Compiler Error
int double int float int double int
// /* // // //

47% 47% 47% 44% 44% 44% 44%


Ankit Abhinav ADITYA soumya RAVI SANKAR GAURAV
Prajapati Tiwari GUPTA upadhyay AX (For photo Shubhi Garg TIWARI
(Ankit (Abhinav (ADITYA (soumya and video P (Shubhi Garg) (GAURAV
Prajapati) Tiwari) GUPTA) upadhyay) and v) TIWARI)

16 20 16 16 12 16 16
Arithmetic operRelational oper Relational operators Logical operato Relational oper Arithmetic oper
% || ++ || ++ || %
True False True False True False True
2,1 2,4 2,1 2,1 2,1 2,4 2,4
24 24 3 24 24 3
II and IV II and III II and III II and III I and II I and II II and IV
Either 12 or 20 4 20 12 Either 12 or 20 4 12
b = 3, c = 6 a = 4, c = 6 a = 4, c = 6 a = 4, c = 6 a = 4, c = 6 a = 3, c = 8
8 64 8 64 64 32 64
Real number Real number Depends on the numbers used iReal number Integer Integer
a = 14.867 a = 14 a = 14.867 a = 14 a = 14 a = 14 compiler error.
8.0 7 8.0 8 7 8
Ternary Operat Ternary Operat Ternary Operat If-Else OperatorTernary Operat Ternary Operat Ternary Operat
(y – (x/y)) (x – (x/y)) (y – (x/y) * y) (x – (x/y)) (x – (x/y)) (x – (x/y))
%= 0 0 0 0 0 0
-2 34 35 35 34 -2 35
Error 0 0 0 0 Error 10
Error 1 0 -5 1 -5
-10 6 -9 10 10 10 -9
0 0 0 0 0 12 0
0 0 0 14 14 6 14
Increment/DecrSpecial OperatoIncrement/DecrLogical OperatoBitwise OperatoBitwise OperatoIncrement/Decr
3 -2 0 0 0 0 2
122 -9 1 -1 -9 122
10,10 10,11 11,11 11,10 11,11 11,11 11,11
Compile time er4 Compile time error 1 4 1
10 8 8 8 10 8 8
0 80 80 80 40 0 40
31 1 20 31 20 20 1
Error GEC GECIT Error GEC GEC GECIT
/, *, % /, *, % +, - /, *, % /, *, % /, *, %
18 19 2 18 2 19 1
Error 1 400 1 Error 0 400
Dennis Ritchie Dennis Ritchie Dennis Ritchie Dennis Ritchie Ray Boyce Dennis Ritchie Dennis Ritchie
identifiers identifiers reserved keywoidentifiers reserved keywoidentifiers keywords
identifier keywords keywords keywords keywords keywords constant
All of the aboveAll of the aboveAll of the aboveAll of the aboveDecimal integerAll of the aboveAll of the above
Bitwise operatoBitwise operatoBitwise operatoBitwise operatoLogical operato Additional oper Bitwise operato
Garbage Value Garbage Value 0 128 -128 128 Garbage Value
Temperature in Temperature in Temperature in Temperature in Temperature in Temperature in Compiler Error
double double double int int int
// /* // // // // ;

44% 44% 42% 44% 44% 44% 44%


Deepansh
manoj Kumar Harsh Agrawal Lalit Chauhan
Harsh Harsh Kirtika Goel Thakur Daksh Gupta
(manoj (Harsh (Lalit
(Harsh Harsh) (Kirtika Goel) (Deepansh (Daksh Gupta)
Kumar) Agrawal) Chauhan)
Thakur)

20 16 20 16 20 16 12
Arithmetic operArithmetic operArithmetic operLogical operato Arithmetic operEquality operat Arithmetic oper
|| || + + || || ||
True False False True True True True
2,1 2,1 2,4 4,2 2,1 4,2 4,2
24 23 24 3 24 24 3
II and IV II and III I and II I and II II and IV I and II I and III
12 Either 12 or 20 20 12 12 12 Either 12 or 20
a = 4, c = 6 a = 4, c = 6 a = 4, c = 8 a = 4, c = 8 a = 4, c = 6 a = 4, c = 6
64 8 32 4 64 32 32
Depends on theReal number Real number Depends on theReal number None of the ab None of the ab
compiler error. a = 10 a = 14 a = 14 a = 14 a = 14.867 compiler error.
7 8.0 7 8.0 7 0 8.0
Binary Operato Binary Operato Ternary Operat Ternary Operat Ternary Operat Ternary Operat Comparison Ope
(y – (x/y)) (y – (x/y) * y) (y – (x/y)) (x – (x/y)) (y – (x/y)) (x – (x/y)) (y – (x/y) * y)
0 0 0 %= %= 0 0
34 38 38 38 38 34
1 Error 0 1 0 1 0
1 1 Error 0 Error 1 10
-10 -10 -10 6 6 -10 10
1 10 0 12 0 1 0
0 14 14 14 14 0 6
Logical OperatoLogical OperatoBitwise OperatoLogical OperatoLogical OperatoIncrement/DecrLogical Operato
-2 -2 0 -2 2 -2 3
122 1 1 -1 122 -9
10,11 10,11 10,11 10,11 10,10 11,11 10,11
Compile time erCompile time er1 1 1 Compile time er1
8 4 4 8 4 8 10
0 80 0 80 20 40 80
20 35 1 31 35 20 1
GECIT GECIT GECIT Error GECIT Error GEC
Only * and / /, *, % /, *, % /, *, % /, *, % /, *, % /, *, %
2 19 2 18 2 1 18
0 400 400 0 400 1 0
Dennis Ritchie Dennis Ritchie Dennis Ritchie Dennis Ritchie Dennis Ritchie Dennis Ritchie Dennis Ritchie
keywords reserved keywoidentifiers identifiers reserved keywokeywords identifiers
keywords keywords keywords data types data types data types keywords
All of the aboveAll of the aboveAll of the aboveAll of the aboveHexadecimal in All of the aboveAll of the above
Bitwise operatoBitwise operatoBitwise operatoBitwise operatoBitwise operatoBitwise operatoBitwise operato
128 -128 -128 0 Garbage Value 128 Garbage Value
Temperature in Temperature in Temperature in Temperature in Compiler Error Temperature in Temperature in
int char double int int int int
// // // // /* // //

44% 44% 44% 44% 44% 44% 44%


Vaishnavi Shashwat
Love Gautam Ankit Kundu sarthak sahgal Kishori Shyam
ADITYA RAJ Sharma Srivastava
(Love (13) (Ankit (sarthak (Kishori
(ADITYA RAJ) (Vaishnavi (Shashwat
Gautam) Kundu) sahgal) Shyam)
Sharma) Srivastava)

16 20 16 20 20 16
Logical operato Arithmetic operEquality operat Arithmetic operArithmetic operLogical operato Arithmetic oper
+ + % || || +
True False True False True True
2,4 2,1 2,8 2,4 2,1 4,2
3 24 4 24 4 23
II and IV II and IV I and III II and IV I and III I and II
20 20 4 12
a = 4, c = 8 a = 4, c = 6 a = 3, c = 8 a = 4, c = 6 a = 4, c = 6 a = 4, c = 6
8 8 32 64 4 8 4
Real number Depends on theInteger Integer Real number Real number Depends on the
compiler error. a = 14.867 compiler error. a = 14 a = 10 a = 14
0 8 0 7 7 7 0
Ternary Operat Comparison OpeIf-Else OperatorComparison OpeTernary Operat Binary Operato Ternary Operat
(y – (x/y)) (y – (x/y)) (x – (x/y)) (x – (x/y)) (x – (x/y))
/= 0 0 0 0
38 35 35 -2 -2
0 Error 0 0 Error 1 10
1 1 1 1 Error 1 10
-9 6 -9 6 -10 -9 -10
10 0 0 0 0 12
14 0 14 14 14 14
Bitwise OperatoSpecial OperatoBitwise OperatoBitwise OperatoLogical Operators Increment/Decr
2 -2 2 -2 2 2
-1 122 1 122 122 -9 1
10,11 11,11 11,11 10,10 10,11 10,11
Compile time er1 Compile time erCompile time er1 1 4
10 8 8 8 8 8 8
0 0 80 0 0 0 80
1 1 31 1 1 31 31
GECIT GECIT GEC GEC Error Error
/, *, % /, *, % /, *, % Only / +, - /, *, % Only /
1 18 19 1 1 19
1 400 0 1 0 0 0
Ray Boyce Dennis Ritchie Dennis Ritchie Dennis Ritchie Dennis Ritchie Dennis Ritchie
identifiers reserved keywotokens identifiers reserved keywoidentifiers tokens
keywords keywords keywords identifier identifier keywords keywords
All of the aboveAll of the aboveAll of the aboveAll of the aboveAll of the aboveAll of the aboveAll of the above
Bitwise operatoNone of the ab Logical operato Additional oper Bitwise operatoBitwise operator
0 Garbage Value 128 -128 128 -128 128
Temperature in Temperature in Fahrenheit is 3 Temperature in Temperature in Fahrenheit is 3 Temperature in
int int float int int int int
/* // /* // // //

44% 44% 44% 44% 44% 42% 42%


Rutabaga Divyanshi Akshat CHETAN
Rochester Soyam . Kulshrestha Aman singh Agarwal Diya Garg GUPTA
(Shivam (Soyam .) (Divyanshi (Aman singh) (Akshat (Diya Garg) (CHETAN
Agrawal) Kulshrestha) Agarwal) GUPTA)

0 16 16 16 12 12 12
Logical operato Arithmetic operArithmetic operArithmetic operRelational oper Arithmetic operArithmetic operators
+ || || + || ++ ||
True True True True True False True
4,2 2,1 2,1 4,2 2,1 2,1
4 24 24 3 23 24 24
II and IV I and II I and II I and III I and III II and III I and II
Either 12 or 20 Either 12 or 20 12 12 Either 12 or 20 12 Either 12 or 20
a = 4, c = 8 a = 4, c = 6 a = 4, c = 6 a = 4, c = 8 a = 4, c = 6 a = 4, c = 8 a = 4, c = 6
4 4 32 64 4 4 4
Integer Integer Integer Real number Depends on theNone of the ab None of the ab
a = 14 compiler error. compiler error. compiler error. a = 14.867 a = 14.867 a = 14
8.0 7 0 7 7 8.0 7
Ternary Operat Ternary Operat Ternary Operat Ternary Operat Ternary Operat Comparison OpeIf-Else Operator
(y – (x/y)) (x – (x/y)) (y – (x/y) * y) (y – (x/y) * y) (x – (x/y) * y) (x – (x/y) * y) (x – (x/y) * y)
%= %= /= %= %= 0 /=
35 38 34 35 -2 -2 35
0 10 1 Error 0 1 1
10 Error 1 0 1 1 10
-9 -9 -9 -9 -9 -9 -9
0 12 1 1 0 10
0 0 6 14 14 0
Logical OperatoIncrement/DecrIncrement/DecrBitwise OperatoIncrement/DecrSpecial OperatoLogical Operato
-2 -2 2 2 -2 -2 -2
122 -1 -9 122 122 122 -9
10,11 10,11 11,11 11,10 10,11 10,11 10,11
1 4 Compile time er4 1 1 4
8 8 8 8 6 8 4
0 0 40 40 20 40 80
20 20 31 35 35 1 35
Error GEC GEC Error Error GEC Error
/, *, % /, *, % +, - Only * and / Only * and / Only * and / /, *, %
18 1 2 19 19 19 2
0 0 0 0 0 1 1
Dennis Ritchie Dennis Ritchie James Gosling Dennis Ritchie Dennis Ritchie Dennis Ritchie Dennis Ritchie
identifiers identifiers reserved keywoidentifiers keywords identifiers tokens
keywords keywords identifier keywords keywords keywords keywords
Decimal integerDecimal integerAll of the aboveAll of the aboveAll of the aboveAll of the aboveAll of the above
Bitwise operatoAdditional oper Bitwise operatoBitwise operatoBitwise operatoBitwise operatoBitwise operato
Garbage Value 128 128 Garbage Value -128 128 Garbage Value
Temperature in Temperature in Temperature in Temperature in Compiler Error Temperature in Temperature in
int int double char int int int
/* // /* // // // //

42% 42% 42% 42% 42% 42% 42%


Sandeep NITIN Krishna Milan
SHIVA TOMAR Ritik Varshney
Singh SOROUT Arun Mohan Saraswat Chaudhary
(SHIVA (Ritik
(Sandeep (NITIN (Arun Mohan) (Krishna (Milan
TOMAR) Varshney)
Singh) SOROUT) Saraswat) Chaudhary)

0 20 16 20 16 20 20
hmetic operators Arithmetic operators Arithmetic operArithmetic operArithmetic operArithmetic oper
+ || + || || ||
True True True False False True True
4,2 2,1 2,8 4,2 4,2
24 24 23 24 24 24 24
II and IV II and IV I and III I and II II and IV II and IV II and IV
20 Either 12 or 20 20 20 Either 12 or 20
a = 4, c = 8 a = 4, c = 8 a = 4, c = 8 a = 3, c = 8 a = 4, c = 8 a = 4, c = 8
4 4 4 8 64 32
Integer Real number Real number Depends on theInteger Integer
a = 14 a = 14 a = 14 a = 14 a = 14 a = 14 a = 14.867
7 7 7 7 8.0
Ternary Operator Ternary Operat If-Else OperatorIf-Else OperatorTernary Operat Comparison Ope
(y – (x/y)) (x – (x/y)) (y – (x/y)) (x – (x/y)) (y – (x/y) * y)
0 += %= 0 /= 0 %=
38 -2 35 38 34
10 1 0 10 Error
Error Error 1 0 0
-9 10 -10 -9 6 -10 -10
12 0 0 1 0 12
14 14 0 14 0 0
Logical OperatoLogical Operators Bitwise OperatoLogical OperatoIncrement/DecrBitwise Operato
-2 -2 3 -2 -2
1 -9 -9 122 122
10,11 11,10 11,10 10,11 11,11
1 1 Compile time er4 Compile time erCompile time er
8 8 4 6 4 4
80 0 80 0 80 40 40
31 1 1 20 20
GEC Error GEC Error IT Error GEC
/, *, % /, *, % /, *, % /, *, % Only * and / /, *, % Only * and /
1 1 19 2 1
0 0 1 1 400 0
Dennis Ritchie Dennis Ritchie Dennis Ritchie James Gosling Dennis Ritchie Dennis Ritchie
identifiers identifiers identifiers identifiers reserved keywokeywords keywords
constant keywords data types keywords keywords data types keywords
Decimal integerAll of the above Decimal integerOctal integer c Octal integer c All of the above
Bitwise operatoBitwise operatoBitwise operatoAdditional oper Additional oper Bitwise operatoBitwise operato
128 128 Garbage Value 128 0
Compiler Error Temperature in Temperature in Temperature in Temperature in Temperature in Temperature in
double double int double double
// // // // //

42% 42% 40% 40% 40% 40% 40%


Raman Daksh RUDRA
Akshika gupta
Chaudhary Varshney Suraj (Lady Rishi Gupta Dhruv Jain VERMA
(Akshika
(Raman (Daksh Longlegs) (Rishi Gupta) (Dhruv Jain) (RUDRA
gupta)
Chaudhary) Varshney) VERMA)

16 12 16 16 20 16 12
Arithmetic operEquality operat Arithmetic operLogical operato Logical operato Arithmetic operLogical operato
+ || + || || %
True True True True True False False
2,1 2,4 2,1 2,8 4,2 2,4 4,2
3 3 24 24 24 24 24
II and IV II and IV II and IV II and IV I and II I and II I and III
Either 12 or 20 12 12 Either 12 or 20 12 20 12
a = 3, c = 8 b = 3, c = 6 a = 4, c = 6 a = 4, c = 8 a = 4, c = 8 a = 4, c = 8 a = 4, c = 6
32 8 8 64 32 8 64
Real number Real number Depends on theReal number Integer Depends on theReal number
a = 14 a = 14 a = 14 a = 14.867 a = 14 a = 14 a = 14
8 8.0 7 8.0 7 8 8
Ternary Operat Binary Operato Ternary Operat Ternary Operat Ternary Operat Ternary Operat Ternary Operat
(y – (x/y) * y) (x – (x/y)) (x – (x/y)) (y – (x/y) * y) (x – (x/y) * y) (x – (x/y) * y) (y – (x/y))
0 0 /= %= /= /= 0
38 -2 -2 35 -2 38 38
1 0 1 1 Error Error
0 1 0 10 10 Error Error
-9 -9 -9 10 -9 -9
0 10 10 10 0 0 0
8 14 0 14 6 0 8
Bitwise OperatoIncrement/DecrBitwise OperatoBitwise OperatoIncrement/DecrIncrement/DecrLogical Operato
0 2 -2 2 0 3 2
122 1 122 122 -9 122 122
10,11 10,11 10,11 10,11 10,11 11,10 10,11
1 1 1 1 Compile time erCompile time error
4 10 10 6 4 4 8
0 80 0 0 80 0 80
1 20 1 20 35 1 1
Error Error GEC IT GECIT Error GECIT
/, *, % /, *, % /, *, % /, *, % /, *, % Only * and / Only /
19 19 2 1 19 19 18
Error 0 Error 400 1 Error 400
Dennis Ritchie Dennis Ritchie Dennis Ritchie James Gosling Dennis Ritchie Dennis Ritchie Dennis Ritchie
keywords identifiers keywords reserved keywoidentifiers tokens identifiers
keywords identifier data types identifier identifier keywords keywords
Octal integer c All of the aboveAll of the aboveAll of the aboveAll of the aboveOctal integer c All of the above
Bitwise operatoLogical operato Bitwise operatoBitwise operatoBitwise operatoBitwise operatoBitwise operato
0 Garbage Value -128 128 128 128
Compiler Error Compiler Error Temperature in Temperature in Temperature in Temperature in Temperature in
int int int int float int
// /* // // : // //

40% 40% 40% 40% 40% 40% 40%


Krishna
Chandra Anuj
AYUSH SAHU Jagdish Singh Umang Goyal Shyam ji Dixit
Karan Verma Srivastava Vashishtha
(AYUSH (Jagdish (Umang (Shyam ji
(Karan Verma) (Krishna (Anuj
SAHU) Singh) Goyal) Dixit)
Chandra Vashishtha)
Srivastava)
12 16 20 16 12 20
Logical operato Logical operato Arithmetic operRelational oper Arithmetic operArithmetic operators
+ || || || + || +
True False True True True True True
2,4 2,1 2,4 4,2 2,1 2,4 2,8
24 24 24 24 4 24
I and II II and III I and III I and III II and III II and IV
12 Either 12 or 20 4 Either 12 or 20 12 Either 12 or 20
a = 4, c = 6 a = 4, c = 8 a = 4, c = 8 b = 3, c = 6 a = 4, c = 6 a = 4, c = 6 a = 3, c = 8
32 8 64 8 32 64 4
Real number Depends on the numbers used in the expressio Integer Real number Real number
a = 14 a = 14 compiler error. a = 14 a = 14 a = 14 compiler error.
7 8 8.0 8 7 8
Ternary Operat Ternary Operat Ternary Operat Comparison OpeComparison OpeComparison Operator
(x – (x/y) * y) (x – (x/y) * y) (x – (x/y) * y) (x – (x/y)) (y – (x/y) * y) (x – (x/y)) (x – (x/y))
%= %= %= /= %= 0
34 38 38 35 34 -2
Error 0 1 0 10 0
1 1 1 10 1 -5
-10 -9 -9 -9
10 12 0 1 0
14 14 14 0 14 8
Logical OperatoIncrement/DecrBitwise OperatoLogical OperatoLogical OperatoLogical Operators
-2 -2 2 -2 -2
-9 122 -1 122 1 1
11,11 10,11 10,11 10,10 10,11 10,11 11,11
1 1 1 Compile time er3 Compile time er
8 4 6 8 4 8 8
80 0 20 40 80 20
35 35 20 31 1 35
Error GEC GEC GEC GECIT IT GEC
Only * and / Only / +, - +, - Only * and / Only * and / /, *, %
19 19 19 18 19
1 Error 400 400 1 1 0
Dennis Ritchie Dennis Ritchie Dennis Ritchie Dennis Ritchie Dennis Ritchie Dennis Ritchie
reserved keywokeywords reserved keywords identifiers identifiers keywords
data types identifier data types data types keywords keywords
Hexadecimal in All of the aboveAll of the aboveAll of the aboveAll of the aboveHexadecimal in All of the above
Bitwise operatoBitwise operatoBitwise operatoBitwise operatoBitwise operatoBitwise operator
Garbage Value Garbage Value -128 128 Garbage Value
Compiler Error Temperature in Temperature in Temperature in Compiler Error Temperature in Fahrenheit is 4
float int int int float char int
// /* // // //

40% 40% 37% 37% 37% 37% 37%


Praduman Ashutosh Ashmita_agar Swapnaneel
Aditya Dubey Adarsh Kumar
........ (aman sharma Dwivedi wal_ 20 Bhadra
(Aditya (Adarsh
sorout) (Praduman (Ashutosh (Ashmita_aga (Swapnaneel
Dubey) Kumar)
sharma) Dwivedi) rwal_ 20) Bhadra)

12 16 12 16 20 20 20
Relational oper Logical operato Arithmetic operEquality operat Relational oper Logical operato Relational oper
+ + || || || || +
True False True True False False True
2,1 2,8 2,1 2,4 2,4 2,1 2,1
3 24 4 24 24 24 24
II and III II and IV I and III II and IV II and IV I and II II and III
Either 12 or 20 20 12 4 20 4 12
a = 4, c = 6 a = 4, c = 6 a = 4, c = 6 a = 4, c = 8 a = 4, c = 8 a = 4, c = 6 a = 4, c = 6
64 32 32 32 8 64 8
Real number Integer Depends on theInteger Integer Integer Real number
a = 14 compiler error. a = 14 a = 14.867 compiler error. a = 14 a = 14.867
8.0 8.0 7 0 7 8 8
Comparison OpeIf-Else OperatorTernary Operat Comparison OpeTernary Operat Ternary Operat Ternary Operat
(x – (x/y) * y) (y – (x/y) * y) (y – (x/y) * y) (x – (x/y) * y) (x – (x/y) * y) (x – (x/y) * y) (x – (x/y))
0 0 0 /= 0 %= 0
-2 35 -2 -2 -2 38 -2
10 Error 1 1 1 1 1
Error Error 0 0 Error Error Error
-9 -10 10 10 -9 -10 -9
12 12 10 1 1 0 10
14 0 0 14 8 14 14
Increment/DecrSpecial OperatoIncrement/DecrBitwise OperatoLogical OperatoLogical OperatoSpecial Operato
2 2 0 2 3 -2 2
122 1 122 1 122 122 1
10,11 10,11 11,10 11,11 10,11 10,10 10,11
Compile time erCompile time erCompile time er4 1 1 Compile time er
4 10 4 4 10 10 8
0 0 0 0 0 0 0
35 35 1 35 1 1 35
Error Error GECIT IT Error GECIT Error
/, *, % /, *, % /, *, % /, *, % /, *, % Only / /, *, %
1 1 18 1 2 2 2
Error 0 400 Error 400 0 Error
Ray Boyce Dennis Ritchie Dennis Ritchie Ray Boyce Dennis Ritchie Dennis Ritchie Dennis Ritchie
tokens keywords identifiers keywords identifiers reserved keyworeserved keywo
keywords identifier keywords data types keywords identifier identifier
All of the aboveAll of the aboveAll of the aboveAll of the aboveAll of the aboveAll of the aboveAll of the above
Bitwise operatoBitwise operatoBitwise operatoBitwise operatoLogical operato Logical operato Logical operato
-128 128 Garbage Value 128 128 Garbage Value Garbage Value
Temperature in Compiler Error Temperature in Temperature in Compiler Error Temperature in Temperature in
int double int int int int int
/* // // // // // //

37% 37% 37% 37% 37% 37% 37%


PARTH SUMIT Hemant
Krishna Singh Harshita Garg
SHARMA Tushar G Sumit Kumar KUMAR Kumar
(Krishna (Harshita
(PARTH (Tushar G) (Sumit Kumar) (SUMIT (Hemant
Singh) Garg)
SHARMA) KUMAR) Kumar)

16 20 0 12 20 16 0
Arithmetic operLogical operato Arithmetic operArithmetic operEquality operat Arithmetic operArithmetic oper
+ + || || || || ||
False False True False False False True
2,1 2,4 4,2 2,1 2,1 2,8 2,4
24 3 3 24 23 24 3
I and II I and III I and II II and III II and IV I and III II and IV
Either 12 or 20 Either 12 or 20 4 4 12 Either 12 or 20 20
a = 4, c = 6 a = 4, c = 6 a = 3, c = 8 a = 4, c = 6 a = 4, c = 6 a = 4, c = 8 a = 3, c = 8
64 8 32 4 8 64 32
Depends on theReal number Depends on theDepends on theReal number None of the ab Depends on the
a = 14 a = 14.867 compiler error. a = 14.867 a = 14 a = 14 a = 14.867
8 8 8.0 8 8.0 7 8
Ternary Operat Ternary Operat Ternary Operat Ternary Operat If-Else OperatorTernary Operat If-Else Operator
(y – (x/y) * y) (x – (x/y) * y) (y – (x/y) * y) (y – (x/y)) (y – (x/y) * y) (y – (x/y)) (y – (x/y))
0 0 0 0 /= %= +=
-2 -2 35 38 38 35 -2
1 0 Error Error 0 0 Error
0 -5 Error Error 1 Error 1
-9 10 -10 6 -9 -10 -9
0 10 10 1 1 0 1
6 0 14 14 6 8 0
Logical OperatoIncrement/DecrLogical OperatoLogical OperatoIncrement/DecrIncrement/DecrSpecial Operato
-2 3 3 0 2 0 3
122 122 1 -9 122 -9 -1
10,11 10,11 10,11 11,10 10,11 11,10 11,10
1 Compile time er1 Compile time er4 1 2
4 10 4 10 4 8 8
0 0 0 40 0 0 40
1 35 1 35 31 1 20
Error GEC GECIT GEC GECIT Error Error
/, *, % +, - /, *, % +, - /, *, % Only * and / /, *, %
19 19 18 18 1 18 1
Error Error 400 0 400 Error 0
Dennis Ritchie Dennis Ritchie Dennis Ritchie Bjarne Stroustr Dennis Ritchie Ray Boyce Dennis Ritchie
tokens identifiers identifiers tokens identifiers keywords reserved keywo
keywords data types data types data types constant data types data types
All of the aboveAll of the aboveAll of the aboveOctal integer c All of the aboveHexadecimal in All of the above
Logical operato Bitwise operatoBitwise operatoBitwise operatoLogical operato Bitwise operatoLogical operato
Garbage Value -128 Garbage Value 0 128 Garbage Value 128
Temperature in Temperature in Temperature in Temperature in Compiler Error Temperature in Compiler Error
double int int double double int int
// // // ; // /* //

37% 37% 37% 35% 35% 35% 35%


Chitrang Utkarsh Naveen
Ananya Singh Surbhi Rajput Nishant Singh
Agrawal sumit shukla Srivastava Shekhar
(Ananya (Surbhi (Nishant
(Chitrang (sumit shukla) (Utkarsh (Naveen
Singh) Rajput) Singh)
Agrawal) Srivastava) Shekhar)

16 0 16 0 16 16
Arithmetic operators Arithmetic operators Arithmetic operEquality operat Relational oper
++ || + ++ %
False False False True False False False
4,2 2,4 2,4 2,1 2,1 4,2
24 23 24 3 3 24
I and II II and IV II and III II and IV II and III I and III II and IV
12 12 4 12 12 20
b = 3, c = 6 a = 3, c = 8 a = 4, c = 6 a = 3, c = 8 a = 4, c = 6 a = 4, c = 6
64 4 64 64 32 64 4
Depends on the numbers used iReal number Depends on theInteger Integer
a = 14 a = 14 a = 14.867 a = 14 a = 14 a = 14.867
8.0 8 8 7 8 8
Ternary Operator Binary Operato Ternary Operat Binary Operato Ternary Operat Ternary Operat
(x – (x/y) * y) (y – (x/y) * y) (x – (x/y)) (y – (x/y)) (x – (x/y) * y) (y – (x/y) * y)
0 0 += 0 %= %=
-2 -2 35 35 34 34
10 0 1 10 0 1
1 1 Error 0 Error
-9 -10 -9 -9 6 6
10 0 0 0 1 10
14 0 0 14 6 0 6
Increment/DecrSpecial OperatoLogical OperatoBitwise OperatoIncrement/DecrBitwise OperatoBitwise Operato
-2 3 -2 -2 2 0
122 1 -9 -9 1 122 -9
11,10 11,11 10,11 10,11 11,11 10,11
1 Compile time er3 1 1 1
4 8 4 8 8 4 8
40 80 0 20 0 40 40
1 1 1 1 1 1
IT Error Error GEC IT GEC Error
Only * and / /, *, % Only * and / /, *, % /, *, % /, *, % /, *, %
2 18 1 18 19 18
400 1 400 0 1
Dennis Ritchie Dennis Ritchie Dennis Ritchie Dennis Ritchie Dennis Ritchie Dennis Ritchie
identifiers identifiers identifiers tokens keywords keywords reserved keywords
keywords keywords data types keywords data types keywords
All of the aboveAll of the aboveDecimal integer constant All of the aboveDecimal integerAll of the above
Bitwise operatoBitwise operatoBitwise operatoBitwise operatoBitwise operatoBitwise operatoBitwise operato
Garbage Value 128 Garbage Value Garbage Value Garbage Value Garbage Value 128
Temperature in Temperature in Compiler Error Temperature in Temperature in Temperature in Compiler Error
int double int int float char
/* /* /* // // // //

35% 35% 35% 35% 35% 35% 35%


Prakash Bhagat Kamal ALAKH
Palak Sharma
Nancy Lodhi Kumar Tewatia Chauhan Kirti Gautam SUMBARIYA
(Palak
(Nancy Lodhi) (Prakash (Bhagat (Kamal (Kirti Gautam) (ALAKH
Sharma)
Kumar) Tewatia) Chauhan) SUMBARIYA)

16 16 16 12 20 20 16
Equality operat Arithmetic operArithmetic operArithmetic operLogical operato Logical operato Arithmetic oper
|| + || % ||
False True True True True True
2,8 4,2 2,1 4,2 4,2 2,8 2,8
24 24 4 4 24 24
II and IV I and III II and IV I and II II and IV
12 Either 12 or 20 Either 12 or 20 12 Either 12 or 20 Either 12 or 20
a = 4, c = 6 a = 4, c = 8 b = 3, c = 6 a = 3, c = 8 a = 3, c = 8
32 4 32 32 32
None of the ab Real number Real number Integer Real number Depends on theInteger
a = 14 a = 14.867 a = 14 a = 14 compiler error. compiler error.
7 8.0 8.0 8.0 7
Ternary Operator Ternary Operat Comparison OpeIf-Else OperatorTernary Operat Ternary Operator
(y – (x/y) * y) (x – (x/y) * y) (x – (x/y)) (y – (x/y) * y) (y – (x/y) * y) (x – (x/y) * y)
+= 0 0 %=
38 38 35 35 34 34
0 Error 0 0 Error 10 Error
Error -5 Error Error -5
10 -9 -10 -9 10 -9
0 12 10 1 1
0 14 8 0 14 0
Logical OperatoIncrement/Decrement OperatoIncrement/DecrLogical OperatoLogical Operators
3 0 0 -2
1 122 122 122 1
10,11 11,11 10,10 11,10 10,11 10,11
Compile time error 1 Compile time er4 Compile time er
8 8 8 10 8 10
40 0 20 40
35 1 20 20 20
GECIT GECIT GECIT GECIT
/, *, % /, *, % /, *, % Only / Only * and / /, *, % /, *, %
1 18 19 18 18 19
Error Error Error 0 1
Dennis Ritchie James Gosling Dennis Ritchie Dennis Ritchie
erved keywords reserved keywords identifiers reserved keyworeserved keywotokens
data types data types constant data types
All of the aboveAll of the aboveAll of the aboveAll of the aboveAll of the aboveAll of the above
Bitwise operator Additional oper Bitwise operatoBitwise operator
0 -128 0 -128 0 0
Temperature in Temperature in Temperature in Temperature in Temperature in Temperature in
int int int int int int int
// // // // // //

35% 33% 30% 33% 33% 33% 33%


Deepanshu Shaurya Abhishek
NIKHIL Tiwari
Shakya Gagan Verma Komal Singh Mishra SONU SINGH Abhishek
(NIKHIL
(Deepanshu (Gagan Singh) (Komal Singh) (Shaurya (SONU SINGH) (Abhishek
Tiwari)
Shakya) Mishra) Abhishek)

16 12 16 16 20 20
Arithmetic operArithmetic operArithmetic operators Logical operato Arithmetic operEquality operat
++ % +
False True False False True True
4,2 2,4 4,2 2,4
24 3 24 4 24
I and II II and IV I and II II and III I and II II and IV
Either 12 or 20 12 20 12 Either 12 or 20 Either 12 or 20
a = 4, c = 8 b = 3, c = 6 a = 4, c = 8 a = 4, c = 6
8 8 4 4 8 64
Real number Real number Integer Real number Depends on the
compiler error. a = 14 compiler error. a = 14.867 a = 14
8 8 7 8.0 8.0 7
nary Operator Binary Operator Ternary Operat Binary Operato If-Else Operator
(y – (x/y) * y) (x – (x/y)) (x – (x/y) * y) (x – (x/y)) (x – (x/y))
%= %= 0 0 0 /= 0
34 35 34 34 35 35
1 1 1 1 Error Error 1
1 Error 1 -5 10
-10 -10 -9 -9 -9
1 12 1 0 1 0 0
14 0 8 14 0
Logical OperatoBitwise OperatoBitwise OperatoLogical OperatoLogical OperatoIncrement/DecrBitwise Operato
-2 -2 -2 2
-9 -9 -9 122
10,11 10,11 10,11 10,10 11,11
4 4 3 1
8 8 8 8 8 10
0 40 0
1 1 31 35 35
GEC GEC GECIT GEC IT GECIT IT
Only * and / /, *, % Only * and / /, *, % +, -
19 18 2 18 18
1 400 Error
Dennis Ritchie Dennis Ritchie Dennis Ritchie Dennis Ritchie Dennis Ritchie Ray Boyce
identifiers identifiers identifiers reserved keywo
data types keywords keywords data types data types
All of the aboveAll of the aboveAll of the above All of the aboveDecimal integerAll of the above
Logical operato Bitwise operatoAdditional oper Bitwise operatoBitwise operatoLogical operato Bitwise operato
-128 -128 Garbage Value
Temperature in Temperature in Temperature in Fahrenheit is 0 Temperature in Temperature in Temperature in
int int int char float
// // // ; //

33% 33% 33% 30% 30% 30% 30%


Raghvendra_C
Gauri Sharma Ishika Rathore Rudra Sharma Vikash Kumar
hauhan _56 Nikki Gupta Robin Singh
(Gauri (Ishika (Rudra (Vikash
(Raghvendra_ (Nikki Gupta) (Robin Singh)
Sharma) Rathore) Sharma) Kumar)
Chauhan _56)

20 20 16 16 16 16 0
Arithmetic operArithmetic operLogical operato Logical operato Logical operato Logical operato Arithmetic oper
|| % || + || || ||
False False False False False True False
2,8 2,8 2,8 2,1 2,8 4,2 2,1
24 24 3 24 24 3 4
II and IV II and IV II and IV I and III I and II I and II I and II
Either 12 or 20 Either 12 or 20 12 4 12 12 4
a = 3, c = 8 a = 3, c = 8 a = 4, c = 6 a = 4, c = 6 a = 4, c = 6 b = 3, c = 6 b = 3, c = 6
32 32 64 64 64 64 8
Integer Integer Integer Integer Integer Real number Integer
a = 10 a = 14 compiler error. a = 14 a = 14 compiler error. a = 10
7 7 8 8.0 8.0 8 8.0
If-Else OperatorBinary Operato Comparison OpeTernary Operat Comparison OpeBinary Operato Comparison Ope
(x – (x/y) * y) (y – (x/y) * y) (x – (x/y)) (y – (x/y) * y) (y – (x/y)) (y – (x/y)) (x – (x/y) * y)
/= %= /= 0 %= %= /=
35 38 -2 38 38 34 35
1 1 0 1 Error 0 10
1 Error -5 Error 0 Error 1
6 -10 -9 -9 -9 -9 -10
10 10 0 0 0 0 10
14 6 14 14 14 14 0
Increment/DecrIncrement/DecrSpecial OperatoSpecial OperatoBitwise OperatoBitwise OperatoLogical Operato
3 3 0 0 -2 2 3
122 122 -1 -1 122 122 -1
11,11 11,11 11,11 11,10 10,11 10,11 10,11
1 4 1 1 1 Compile time erCompile time er
8 8 4 4 6 10 8
0 0 0 0 0 0 0
1 20 35 35 1 35 35
Error GECIT Error GECIT GEC Error IT
+, - /, *, % +, - /, *, % /, *, % Only / Only * and /
18 1 19 1 18 1 19
400 Error 1 Error 0 Error 400
Ray Boyce Dennis Ritchie Dennis Ritchie Dennis Ritchie Bjarne Stroustr James Gosling James Gosling
reserved keyworeserved keyworeserved keywokeywords tokens reserved keywokeywords
data types keywords data types data types keywords keywords keywords
All of the aboveAll of the aboveAll of the aboveAll of the aboveAll of the aboveAll of the aboveAll of the above
Bitwise operatoLogical operato Bitwise operatoAdditional oper Bitwise operatoLogical operato Additional oper
128 128 128 128 128 128 Garbage Value
Compiler Error Temperature in Temperature in Compiler Error Compiler Error Compiler Error Compiler Error
float double int int double double int
// // // /* // /* /*

30% 30% 30% 30% 30% 30% 30%


pawan
pawan.kumar
Abhinav Arushi Raghav Gautam
[email protected]. Gunjan Sirohi suhani
Pandey Sharma Agrawal Dhakrey
in (pawan (Gunjan sharma at
(Abhinav (Arushi (Raghav (Gautam
pawan.kumar Sirohi) (Shiva Pandit)
Pandey) Sharma) Agrawal) Dhakrey)
[email protected].
in)
16 20 12 12 20 12
Arithmetic operLogical operato Arithmetic operators Arithmetic operRelational oper Arithmetic oper
+ + || + + ||
False True False True True False False
2,4 4,2 2,1 2,4 2,8 2,1
4 24 3 3 24 24 24
I and II I and II I and III II and IV II and III
Either 12 or 20 Either 12 or 20 Either 12 or 20 12 12 4
b = 3, c = 6 a = 4, c = 6 a = 4, c = 6 a = 4, c = 8 b = 3, c = 6 a = 4, c = 8
32 64 8 64 32
Integer Integer Real number Real number Depends on theInteger Integer
compiler error. a = 14.867 a = 14.867 compiler error. a = 14 a = 14
8 0 7 8.0 8.0 7 7
Ternary Operat If-Else OperatorTernary Operat Ternary Operat Ternary Operat Comparison OpeTernary Operator
(x – (x/y) * y) (y – (x/y)) (x – (x/y) * y) (y – (x/y)) (y – (x/y)) (x – (x/y))
+= 0 0 /= 0 /=
35 35 -2 -2 34 38 34
Error 0 10 1 1
Error Error Error 1 Error 1 Error
-10 -9 -9 10 -9 -9
10 0 0 10 0 1
6 0 14 14 14 8
Bitwise OperatoLogical Operators Bitwise OperatoBitwise OperatoSpecial Operato
0 0 3 0 3 3
1 -9 -9 122 1 122
11,10 10,11 10,10 11,10 10,11 10,11
1 4 Compile time erCompile time erCompile time er1 Compile time er
10 8 10 8 4 10 8
20 0 20 80 20 80 0
20 1 1 1 1 35
GECIT GECIT GECIT Error IT GECIT
+, - Only / +, - /, *, % /, *, % Only * and / Only * and /
1 2 18 19 19 19
1 400 400 Error 400 1
Dennis Ritchie Dennis Ritchie Dennis Ritchie Dennis Ritchie Dennis Ritchie
reserved keywotokens identifiers reserved keywotokens reserved keywo
keywords keywords keywords data types data types data types
Octal integer c All of the aboveAll of the above All of the aboveAll of the aboveOctal integer c
Bitwise operatoBitwise operator Logical operato Bitwise operatoBitwise operato
Garbage Value 128 Garbage Value 128 Garbage Value 0 0
Temperature in Compiler Error Temperature in Fahrenheit is 3 Temperature in Temperature in Temperature in
int double int double double double
// /* // // // //

30% 30% 30% 28% 28% 28% 28%


Aditya Ayushi Deepak pavitra
Saxena Vansh Gupta Varshney Agrawal Amit Goyal Komal Patel malhotra
(Aditya (Vansh Gupta) (Ayushi (Deepak (Amit Goyal) (Komal Patel) (pavitra
Saxena) Varshney) Agrawal) malhotra)

20 12 12 20 12 20
Logical operators Arithmetic operRelational oper Equality operat Arithmetic operArithmetic oper
+ % || % % ||
True True True True False
2,8 4,2 2,1 4,2
3 24 23 24 23 3 24
I and II I and III I and II II and IV II and IV II and IV
12 12 Either 12 or 20 20 Either 12 or 20 12
a = 4, c = 6 a = 4, c = 6 a = 4, c = 8 a = 4, c = 6 a = 4, c = 6
64 4 4 32
Integer Real number Real number Real number None of the ab
a = 14 a = 10 a = 14 compiler error. a = 14
8 7 8.0 8.0 8.0 7
nary Operator Ternary Operat Ternary Operat Binary Operato Binary Operator Ternary Operat
(x – (x/y) * y) (y – (x/y)) (y – (x/y)) (x – (x/y)) (x – (x/y) * y)
+= 0 /= 0 %= 0
-2 -2 35 34 34
0 1 Error 10 1 Error
0 10 Error 10 Error
-9 -9 6 10 -9 10
10 0 0 1 1 10
14 14 8 0 14 6
Increment/DecrLogical OperatoBitwise OperatoIncrement/DecrLogical OperatoBitwise Operators
-2 3 3 -2 -2 2
122 122 122 122 122 -1
11,10 10,11 10,10 11,10 10,11
Compile time error 4 4 1 4 Compile time error
10 6 8
0 40 40 0
1 35 20 35 31 31
GEC GECIT GEC GECIT
/, *, % /, *, % +, - /, *, % +, -
19 1 18 2 19
Error Error Error 0 1 1 0
Dennis Ritchie Dennis Ritchie Bjarne Stroustr James Gosling Dennis Ritchie
reserved keywoidentifiers identifiers tokens reserved keywoidentifiers identifiers
keywords keywords keywords constant keywords
All of the aboveAll of the aboveHexadecimal in All of the aboveHexadecimal in All of the above
Bitwise operatoBitwise operatoLogical operato Logical operato Additional opertors Bitwise operator
-128 128 128 128 -128
Temperature in Fahrenheit is 4 Compiler Error Temperature in Temperature in Fahrenheit is 3 Temperature in
int char float int
; : // // //

28% 28% 28% 28% 28% 28% 28%


Kashish Mayank Aryan_Gupta Hemant NAMAN
Nitesh Kumar Yashika Soam
Agrawal Chaudhary _18 Kushwaha SINGH
(Rishabh (Yashika
(Kashish (Mayank (Aryan_Gupta (Hemant (NAMAN
Sengar) Soam)
Agrawal) Chaudhary) _18) Kumar) SINGH)

0 20 12 16 16 16 20
Logical operato Relational oper Arithmetic operRelational operators Relational oper Arithmetic operators
|| + ++ ++ ++ ++
True False False True False True
2,1 4,2 4,2 4,2 2,8 2,4
24 24 3 3 3 3 3
II and IV I and II I and II I and II II and III II and IV II and III
12 Either 12 or 20 Either 12 or 20 12 4 12 20
a = 3, c = 8 a = 4, c = 6 a = 3, c = 8 a = 4, c = 6 a = 4, c = 8 a = 3, c = 8 a = 4, c = 8
64 8 8 8 32 64
Integer Depends on theDepends on theDepends on the numbers used iInteger Depends on the
a = 14.867 a = 14.867 a = 14.867 a = 14.867 a = 14.867 a = 14
8.0 8 7 8 7 8
Binary Operato Comparison OpeComparison OpeTernary Operat Ternary Operat Ternary Operat Ternary Operat
(x – (x/y)) (x – (x/y) * y) (y – (x/y) * y) (x – (x/y)) (x – (x/y)) (x – (x/y))
0 0 += %= %= %=
35 38 35 -2 -2 38 -2
0 Error 10 0 Error Error 0
Error -5 Error 0 1 Error
10 -9 10 -9 -9 10 -9
10 1 12 12 0 1 10
6 8 8 0 8 14 8
Special OperatoIncrement/DecrIncrement/DecrBitwise OperatoIncrement/DecrIncrement/Decr
-2 0 -2 3 2 2 3
1 122 -9 122 1 122
11,11 10,11 10,11 10,11 10,11 10,11 10,10
mpile time error 4 Compile time erCompile time error 4 1
4 4 8 10 10 10
20 20 0 0 80 20
20 1 20 1 31 1
GEC GECIT GECIT GECIT GEC GECIT GECIT
/, *, % /, *, % /, *, % /, *, % Only * and / /, *, % +, -
18 2 1 18 1 19
0 Error 400 0 Error 1
Dennis Ritchie Dennis Ritchie Dennis Ritchie Dennis Ritchie Dennis Ritchie Bjarne Stroustr Dennis Ritchie
identifiers reserved keyworeserved keywoidentifiers keywords keywords identifiers
identifier constant keywords keywords data types identifier
All of the aboveAll of the aboveAll of the aboveDecimal integerAll of the aboveAll of the above
wise operator Bitwise operatoBitwise operatoBitwise operatoBitwise operatoNone of the ab Logical operator
Garbage Value 0 0 128 Garbage Value Garbage Value 0
Temperature in Compiler Error Temperature in Compiler Error Temperature in Temperature in Temperature in Fahrenheit is 3
char int float double int int double
// /* // /* :

28% 28% 28% 28% 28% 28% 28%


Rakshit VAIBHAV Dushyant
Piyush Tiwari Akash Verma
Harsh Kumar Bhardwaj Aman Lohiya VARSHNEY Singh
(Piyush (Akash
(Harsh Kumar) (Rakshit (Aman Lohiya) (VAIBHAV (Dushyant
Tiwari) Verma)
Bhardwaj) VARSHNEY) Singh)

12 12 12 20 20 12 12
hmetic operators Equality operat Logical operato Logical operators Logical operato
|| + + || || ||
True True True False True False
2,8 4,2 2,8 2,4 2,4
23 3 24 23 24 24 24
II and IV I and II I and III II and III
20 12 12 Either 12 or 20 12
b = 3, c = 6 b = 3, c = 6 a = 3, c = 8 a = 4, c = 6 b = 3, c = 6
4 4 4 4 32 64 4
Depends on theDepends on theNone of the ab Real number Depends on the numbers used iDepends on the
a = 14 compiler error. a = 10 compiler error. compiler error. a = 14 compiler error.
8 7 7 8 8.0 8.0
Binary Operato Comparison OpeTernary Operat Ternary Operator Ternary Operat If-Else Operator
(x – (x/y) * y) (y – (x/y)) (x – (x/y)) (x – (x/y) * y) (x – (x/y) * y) (x – (x/y))
%= 0 0 %= 0 +=
-2 34 34 34 35 38
Error 1 10 1 1 0
Error Error 0 0 10
-9 -10 -9 -9 -10
0 10 10 1 1 10
14 14 0 0 0 14
Bitwise Operators Bitwise OperatoBitwise Operators Logical OperatoSpecial Operato
-2 0 3 -2 2 -2
1 122 1 1 122
11,10 11,10 10,11 10,11 11,10
Compile time erCompile time erCompile time er1 Compile time error 4
4 4 8 6 4
0 20 20 40 0 80
1 35 20 1 35 35
GEC IT Error IT
+, - /, *, % /, *, % /, *, % /, *, %
18 2 19 2 2 19
400 0 1 400 400
Dennis Ritchie James Gosling Bjarne Stroustr Dennis Ritchie Bjarne Stroustr
identifiers identifiers keywords reserved keywoidentifiers keywords tokens
data types data types keywords keywords keywords constant
Decimal integerHexadecimal in Decimal integerAll of the aboveAll of the aboveAll of the aboveOctal integer c
cal operator Bitwise operatoBitwise operatoLogical operator Logical operato
128 0 128 Garbage Value 128 128 0
mperature in Fahrenheit is 3 Temperature in Temperature in Temperature in Temperature in Temperature in Compiler Error
double int int int int
// : ; : : //

26% 26% 26% 26% 26% 23% 23%


Amit Kumar Ayush Verma Himanshu Raj
Rohit Singh Kamal Jindal Vidush Sinha Bhavy Goyal
(Amit (Ayush (Himanshu
(Rohit Singh) (Kamal Jindal) (Vidush Sinha) (Bhavy Goyal)
Kumar_11) Verma) Raj)

12 12 12 16 16 20
Equality operat Relational operators Relational oper Logical operato Logical operato Arithmetic operators
% % + + || % +
True True True True True True
2,4 2,4 2,1 2,4 2,1
3 23 24 3 3 24
II and IV I and II I and II II and IV I and II I and II II and III
12 4 Either 12 or 20 4 Either 12 or 20 12
b = 3, c = 6 a = 4, c = 6 b = 3, c = 6 a = 3, c = 8 a = 4, c = 6 a = 3, c = 8
32 64 32 64 32
Integer Integer Real number None of the ab Real number None of the above
a = 14 a = 10 a = 14 a = 14.867 compiler error. compiler error.
8 7 7 7 8.0 7
Ternary Operat If-Else OperatorIf-Else OperatorTernary Operat Binary Operato Ternary Operat Ternary Operator
(y – (x/y) * y) (x – (x/y) * y) (x – (x/y)) (x – (x/y) * y) (y – (x/y) * y)
0 += /= /= %=
35 35 38 35 34
1 10 Error Error Error 1 Error
0 0 Error 0 0 0 Error
10 10 -9 6 -9 -9
12 10 0 1 0 12
0 6 8 14
Increment/DecrBitwise Operators Special Operators Special Operators
3 -2 3 -2 2 3 -2
-1 122 122 -1 1 1
10,10 10,11 10,11 10,10 11,10
3 Compile time error 1 3 Compile time er1
10 8 8 10 8 8
80 80 40 20 80 0
20 1 1 1 31 1
IT GECIT GEC Error Error Error
/, *, % /, *, % Only * and / /, *, % /, *, %
1 18 18 2 18
Error 400 0 Error
Bjarne Stroustr Bjarne Stroustr Dennis Ritchie Dennis Ritchie Dennis Ritchie
keywords keywords identifiers tokens keywords
constant keywords data types keywords keywords keywords identifier
Decimal integerOctal integer c Hexadecimal integer constant Hexadecimal in All of the aboveHexadecimal integer constant
None of the ab Logical operato Bitwise operatoBitwise operatoLogical operator Additional opertors
128 0 Garbage Value 128 Garbage Value 128 Garbage Value
Temperature in Temperature in Temperature in Compiler Error Temperature in Temperature in Compiler Error
double int int double int int
/* // // //

23% 23% 23% 23% 23% 23% 23%


hmetic operators

ne of the above
mpiler error.

nary Operator

cial Operators
adecimal integer constant
itional opertors
Rank First Name Last Name Attempt # Accuracy Score

1 MUKUND VARSHNEY 43 100% 36600


2 sameer kumar_AN 43 100% 36600
3 RAHUL KUMAR 43 91% 31800
4 Pushkar Varshney 43 95% 31800
5 Shobhit Bhardwaj 42 91% 28500
6 SAUMYA AGARWAL 43 86% 27500
7 Ankit Pandey 43 88% 26400
8 Ritik Saxena 43 86% 26100
9 KAJAL KUKREJA 43 88% 25700
10 Kush Kumar Gupta 43 86% 24000
11 Shakshi Agrawal 43 81% 23900
12 Manya Sethi 43 72% 23400
13 Puneet Sahu 38 74% 21200
14 Pavan Tripathi 39 74% 20700
15 Krishna Sharma 43 72% 20600
16 Kanak Bhardwaj 43 74% 20500
17 Arun Kushwah 43 74% 20400
18 KRATIKA AGRAWAL 43 74% 19800
19 Gaurav Chaudhary 43 70% 19600
20 MUSKAN DIWAN 43 72% 19600
21 KAUTUK PANDEY 43 72% 19300
22 PRIYANSHU GOYAL 43 72% 19300
23 Rudra Gupta 36 70% 19300
24 Harsh Chaudhary 27 58% 19000
25 Nitendra Nitendra 43 72% 19000
26 Abhay Bansal 42 70% 18800
27 Ragini Sahu 43 70% 18500
28 Deepti Gupta 43 70% 18500
29 akshita singh 43 63% 18300
30 Namit Jain 38 67% 18300
31 Yaseen Yaseen 43 67% 18200
32 Kashish Chaudhary 43 65% 18100
33 Nitin Prajapati 38 67% 18100
34 ABHIYANSH VARSHNEY 43 67% 17800
35 vinayak Solanki 43 67% 17800
36 ADITYA DUBEY 43 67% 17700
37 Kaushiki Agrawal 43 67% 17700
38 SIDDHANT JAIN 43 63% 17700
39 Komal Komal 43 67% 17700
40 Anashva Singh 43 67% 17500
41 Harsh Anand 35 63% 17400
42 Krati Gupta 43 65% 17300
43 VANISHA MITTAL 32 65% 17100
44 Shivika Jain 43 63% 17100
45 MAHAK BANSAL 43 63% 16900
46 Satyendra Singh 43 63% 16700
47 Govind Thakur 40 63% 16600
48 Divyansh Varshney 35 60% 16500
49 Aditya Prakash 43 60% 16200
50 Prasoon Kumar Male 43 60% 16100
51 NAKUL SAINI 43 60% 16000
52 ANSHIKA BHADAURIA 43 60% 15700
53 Anshul Yadav 43 60% 15700
54 kin kin 43 60% 15600
55 ANANT SRIVASTAVA 43 58% 15500
56 ANKIT KUMAR 43 58% 15300
57 Srishti Agarwal 25 47% 15300
58 Laxita Samantani 43 58% 15200
59 RAVEENA THAKUR 39 58% 15200
60 Piyush Mani Tripathi 43 58% 15200
61 Abhishek Seth 43 58% 15100
62 Arti Saini 43 58% 15100
63 Tushant Thakur 43 58% 15100
64 Mayank Saraswat 43 58% 15100
65 muskan Chaudhary 43 58% 15000
66 Rishika Raghuvanshi 35 56% 14700
67 Shreya Shrivastava 43 56% 14600
68 Sneha Gupta 43 56% 14500
69 Utkarsh Sonkar 43 56% 14500
70 KARTIKEY GUPTA 43 56% 14400
71 Utkarsh Singh 43 56% 14400
72 Khushi Singh 43 56% 14400
73 Har Mahadev 36 53% 14200
74 Arumesh Gupta 41 53% 14100
75 Ashutosh Shukla 43 53% 14000
76 RINI GUPTA 43 53% 14000
77 ABHINAV GARG 40 53% 14000
78 Balram singh 43 53% 13900
79 Lucky Jain 43 53% 13800
80 Nikhil Chahar 39 53% 13800
81 Harshita Singh 29 51% 13700
82 kritika mishra 43 51% 13600
83 Ayush Sharma 31 51% 13600
84 Abhay gaming 43 51% 13500
85 Aditya Maheshwari 43 51% 13500
86 Nitin Tyagi 43 51% 13400
87 Abhishek Yadav 43 51% 13300
88 LOKESH CHAUDHARY 41 51% 13300
89 Ansh Tomar 43 51% 13200
90 ARYAN GUPTA 43 51% 13200
91 Ayushi Rathore 43 51% 13200
92 varun chauhan 41 51% 13200
93 Gaurav Kuntal 43 49% 12700
94 Keshav Thakur 43 49% 12700
95 RITU GOYAL 43 49% 12600
96 Aditya Maheshwari 43 49% 12600
97 YASH VARSHNEY 43 49% 12600
98 Sakshi Agrawal 43 49% 12600
99 Shani Kumar 43 49% 12600
100 Krishna Bhardwaj 43 49% 12600
101 Radhika 43 49% 12600
102 JATIN Kumar 43 49% 12600
103 Himanshu Kushwaha 39 47% 12400
104 SHASHANK TIWARI 43 47% 12300
105 Apransh Yadav 43 47% 12100
106 Gtderc Gtderc 41 47% 12100
107 Ayush Lohiya 39 47% 12100
108 Priyanshu Singh 43 47% 12000
109 Tanu Rathore 43 47% 12000
110 Harshit singh 43 47% 12000
111 Sahil Agr 43 47% 12000
112 Nishant Jarolia 43 47% 12000
113 Luffy Luffy 43 47% 12000
114 abhishek saraswat 43 47% 12000
115 parth maheshwari 43 47% 12000
116 Koushal Jha 28 44% 11900
117 Bhawna Gupta 28 44% 11800
118 Kapil Chaudhary 43 44% 11700
119 MANISH JHA 36 44% 11600
120 Ankit Prajapati 43 44% 11500
121 Abhinav Tiwari 43 44% 11500
122 ADITYA GUPTA 39 42% 11500
123 soumya upadhyay 36 44% 11500
124 For photo and video P and v 43 44% 11400
125 Shubhi Garg 43 44% 11400
126 GAURAV TIWARI 43 44% 11400
127 Harsh Harsh 43 44% 11400
128 Kirtika Goel 43 44% 11400
129 manoj Kumar 40 44% 11400
130 Harsh Agrawal 43 44% 11400
131 Lalit Chauhan 43 44% 11400
132 Deepansh Thakur 43 44% 11400
133 Daksh Gupta 43 44% 11400
134 ADITYA RAJ 43 44% 11400
135 Vaishnavi Sharma 43 44% 11400
136 Love Gautam 39 44% 11400
137 Ankit Kundu 43 44% 11400
138 Shashwat Srivastava 35 44% 11400
139 sarthak sahgal 29 42% 11300
140 Kishori Shyam 40 42% 10900
141 Shivam Agrawal 43 42% 10800
142 Soyam . 43 42% 10800
143 Divyanshi Kulshrestha 43 42% 10800
144 Aman singh 43 42% 10800
145 Akshat Agarwal 43 42% 10800
146 Diya Garg 43 42% 10800
147 CHETAN GUPTA 40 42% 10800
148 Sandeep Singh 34 42% 10800
149 NITIN SOROUT 28 42% 10800
150 SHIVA TOMAR 22 40% 10600
151 Arun Mohan 43 40% 10400
152 Ritik Varshney 43 40% 10200
153 Krishna Saraswat 43 40% 10200
154 Milan Chaudhary 43 40% 10200
155 Raman Chaudhary 43 40% 10200
156 Daksh Varshney 43 40% 10200
157 Lady Longlegs 43 40% 10200
158 Rishi Gupta 43 40% 10200
159 Dhruv Jain 43 40% 10200
160 RUDRA VERMA 43 40% 10200
161 Akshika gupta 37 40% 10200
162 Karan Verma 43 40% 10200
163 Krishna Chandra Srivastava 43 40% 10200
164 AYUSH SAHU 36 37% 9900
165 Jagdish Singh 31 37% 9900
166 Umang Goyal 43 37% 9700
167 Shyam ji Dixit 43 37% 9700
168 Anuj Vashishtha 25 37% 9700
169 aman sorout 43 37% 9600
170 Praduman sharma 43 37% 9600
171 Ashutosh Dwivedi 43 37% 9600
172 Ashmita_agarwal_ 20 43 37% 9600
173 Swapnaneel Bhadra 43 37% 9600
174 Aditya Dubey 43 37% 9600
175 Adarsh Kumar 43 37% 9600
176 Krishna Singh 43 37% 9600
177 Harshita Garg 43 37% 9600
178 PARTH SHARMA 43 37% 9600
179 Tushar G 43 35% 9000
180 Sumit Kumar 43 35% 9000
181 SUMIT KUMAR 43 35% 9000
182 Hemant Kumar 43 35% 9000
183 Chitrang Agrawal 43 35% 9000
184 Ananya Singh 24 35% 9000
185 Surbhi Rajput 43 35% 9000
186 sumit shukla 29 35% 9000
187 Utkarsh Srivastava 43 35% 9000
188 Naveen Shekhar 43 35% 9000
189 Nishant Singh 43 35% 9000
190 Nancy Lodhi 30 35% 9000
191 Prakash Kumar 31 33% 8600
192 Palak Sharma 15 30% 8500
193 Bhagat Tewatia 43 33% 8500
194 Kamal Chauhan 43 33% 8400
195 Kirti Gautam 43 33% 8400
196 ALAKH SUMBARIYA 33 33% 8400
197 Deepanshu Shakya 28 33% 8400
198 Gagan Singh 23 33% 8400
199 Komal Singh 34 33% 8400
200 NIKHIL Tiwari 27 30% 7900
201 Shaurya Mishra 25 30% 7900
202 SONU SINGH 43 30% 7800
203 Abhishek Abhishek 43 30% 7800
204 Gauri Sharma 43 30% 7800
205 Raghvendra_Chauhan _56 43 30% 7800
206 Ishika Rathore 43 30% 7800
207 Nikki Gupta 43 30% 7800
208 Rudra Sharma 43 30% 7800
209 Robin Singh 43 30% 7800
210 Vikash Kumar 43 30% 7800
211 pawan [email protected] 43 30% 7800
212 Abhinav Pandey 43 30% 7800
213 Arushi Sharma 32 30% 7800
214 Raghav Agrawal 17 28% 7300
215 Gunjan Sirohi 43 28% 7300
216 Gautam Dhakrey 43 28% 7300
217 Shiva Pandit 43 28% 7300
218 Aditya Saxena 32 28% 7300
219 Vansh Gupta 27 28% 7200
220 Ayushi Varshney 40 28% 7200
221 Deepak Agrawal 43 28% 7200
222 Amit Goyal 43 28% 7200
223 Komal Patel 29 28% 7200
224 pavitra malhotra 18 28% 7200
225 Kashish Agrawal 32 28% 7200
226 Rishabh Sengar 43 28% 7200
227 Mayank Chaudhary 43 28% 7200
228 Aryan_Gupta _18 43 28% 7200
229 Hemant Kumar 29 28% 7200
230 NAMAN SINGH 43 28% 7200
231 Yashika Soam 43 28% 7200
232 Harsh Kumar 27 26% 6600
233 Rakshit Bhardwaj 40 26% 6600
234 Aman Lohiya 43 26% 6600
235 Piyush Tiwari 43 26% 6600
236 VAIBHAV VARSHNEY 25 26% 6600
237 Dushyant Singh 23 23% 6100
238 Akash Verma 43 23% 6000
239 Amit Kumar_11 43 23% 6000
240 Rohit Singh 43 23% 6000
241 Kamal Jindal 29 23% 6000
242 Vidush Sinha 27 23% 6000
243 Ayush Verma 43 23% 6000
244 Bhavy Goyal 26 23% 6000
245 Himanshu Raj 38 23% 6000
246 Aditya Kushwaha 32 23% 6000
247 JIVANSHU MITTAL 16 21% 5600
248 Jatin chauhan 43 21% 5400
249 pulkit gupta 24 21% 5400
250 sundram kumar 43 21% 5400
251 Divyansh Sharma 21 19% 4800
252 Radha Goel 13 19% 4800
253 Ayush Chaudhary 17 19% 4800
254 Ram Mishra 18 19% 4800
255 RISHAV KUMAR 13 19% 4800
256 Mahima Sharma 43 19% 4800
257 Yuvraj Singh 13 16% 4200
258 Shashank Sharma 16 16% 4200
259 Rudra Agrawal 17 16% 4200
260 Ananya Goswami 19 16% 4200
261 Shubhangam Dubey 25 16% 4200
262 Akhilesh G 18 14% 3600
263 MAHAK GOYAL 21 14% 3600
264 Abhinav Adarsh 21 14% 3600
265 Bansi Garg 14 12% 3000
266 Vivek Raj 23 12% 3000
267 Saurabh Bansal 14 12% 3000
268 JAI CHAUDHARY 18 12% 3000
269 Vansh Rajput 14 9% 2400
270 MOHAN GUPTA _43 8 9% 2400
271 Rishabh Male 13 9% 2400
272 Jahanvi Gupta 14 9% 2400
273 Vaibhav Upadhyay 13 9% 2400
274 Yashika Sapra 19 9% 2400
275 Priyanshu Varshney 12 9% 2400
276 R SARASWAT 8 9% 2400
277 Shiva Jadoun 13 9% 2400
278 Raunak Raj 18 9% 2400
279 Ayush Tripathi 15 9% 2400
280 Abhishek Chaudhary 6 7% 1800
281 Abhinav Tripathi 4 7% 1800
282 rohit gupta_CE35 7 7% 1800
283 Tanishka Agrawal 10 7% 1800
284 Rachit Gupta 10 7% 1800
285 Chirag Sharma 15 7% 1800
286 Urvashi Gupta 13 7% 1800
287 Suman Das 3 5% 1200
288 Sourav Y 16 5% 1200
289 MAYANK AGRAWAL 5 5% 1200
290 Megha Rajpurohit 9 5% 1200
291 Rohit Kumar 7 5% 1200
292 Sachin Kumar 7 5% 1200
293 Sweeeta Kumeri 14 5% 1200
294 PRIYANSHU RAJ 11 5% 1200
295 Aditi Garg 6 5% 1200
296 Mohit kushwah 10 5% 1200
297 Pushpendra 3 2% 600
298 Manvi Shalya 4 2% 600
299 Utkarsh Pathak 3 2% 600
300 Parv upadhyay 2 2% 600
301 Shaurya Singh 5 2% 600
302 Ronak Jindal 6 2% 600
303 84qygfc7cs apple_user 7 2% 600
304 Charu Sharma 6 2% 600
305 Anshu Kumari 2 2% 600
306 Ankit kumar 7 2% 600
307 SHIVAM GUPTA 0 0% 0
308 Lion Thor 0 0% 0
309 Ananya Baghel 0 0% 0
310 Satyam Dubey 0 0% 0
311 Gautam Bhati 0 0% 0
312 Arpit Sharma 0 0% 0
313 Kaushiki Mishra 0 0% 0
314 Rahul kumar 0 0% 0
315 Bharat Chaudhary 0 0% 0
316 ADITI SAHU 0 0% 0
317 Deepak Pandey 0 0% 0
318 pranjal pachauri 0 0% 0
319 Harsh Kumar 0 0% 0
320 Mohini Bharti 0 0% 0
321 PRIYANSHU gla 0 0% 0
322 Dhruv Pachauri 0 0% 0
323 Nikhil Soam 0 0% 0
324 aparna gautam 0 0% 0
325 Yash Pathak 0 0% 0
326 Bhav Mangal 0 0% 0
327 Gopal Mishra 0 0% 0
328 Naman Singh 0 0% 0
329 Khushi Thakur 0 0% 0
330 Yogendra Kumar 0 0% 0
331 Shyamu Singh 0 0% 0
332 Surya Kumar 0 2% 0
333 Aaditya Goyal 1 0% 0
334 Rohit sharma 1 0% 0
335 Yash J 1 0% 0
336 Harsh Dubey 4 0% 0
337 Aman Kuntal 2 0% 0
338 XIA-21 KUMAR 1 0% 0
339 Chetan Kumar Singh 3 0% 0
340 LOKENDER SINGH 1 0% 0
341 ADITYA KUMAR 1 0% 0
342 ÌÑD_TONY GAMING 1 2% 0
343 Shivam Tomar 1 0% 0
344 King Singh 2 0% 0
345 Madhav Gupta 3 0% 0
346 Chirag Yadav 4 0% 0
347 Arun Singh 4 0% 0
348 Om Sharma 5 0% 0
Correct Yet to be graded Partially correct Incorrect Ungraded

43 0 0 0 0
43 0 0 0 0
39 0 0 4 0
41 0 0 2 0
39 0 0 4 0
37 0 0 6 0
38 0 0 5 0
37 0 0 6 0
38 0 0 5 0
37 0 0 6 0
35 0 0 8 0
31 0 0 12 0
32 0 0 6 0
32 0 0 7 0
31 0 0 12 0
32 0 0 11 0
32 0 0 11 0
32 0 0 11 0
30 0 0 13 0
31 0 0 12 0
31 0 0 12 0
31 0 0 12 0
30 0 0 6 0
25 0 0 2 0
31 0 0 12 0
30 0 0 12 0
30 0 0 13 0
30 0 0 13 0
27 0 0 16 0
29 0 0 9 0
29 0 0 14 0
28 0 0 15 0
29 0 0 9 0
29 0 0 14 0
29 0 0 14 0
29 0 0 14 0
29 0 0 14 0
27 0 0 16 0
29 0 0 14 0
29 0 0 14 0
27 0 0 8 0
28 0 0 15 0
28 0 0 5 0
27 0 0 16 0
27 0 0 16 0
27 0 0 16 0
27 0 0 13 0
26 0 0 9 0
26 0 0 17 0
26 0 0 17 0
26 0 0 17 0
26 0 0 17 0
26 0 0 17 0
26 0 0 17 0
25 0 0 18 0
25 0 0 18 0
20 0 0 5 0
25 0 0 18 0
25 0 0 14 0
25 0 0 18 0
25 0 0 18 0
25 0 0 18 0
25 0 0 18 0
25 0 0 18 0
25 0 0 18 0
24 0 0 11 0
24 0 0 19 0
24 0 0 19 0
24 0 0 19 0
24 0 0 19 0
24 0 0 19 0
24 0 0 19 0
23 0 0 13 0
23 0 0 18 0
23 0 0 20 0
23 0 0 20 0
23 0 0 17 0
23 0 0 20 0
23 0 0 20 0
23 0 0 16 0
22 0 0 7 0
22 0 0 21 0
22 0 0 9 0
22 0 0 21 0
22 0 0 21 0
22 0 0 21 0
22 0 0 21 0
22 0 0 19 0
22 0 0 21 0
22 0 0 21 0
22 0 0 21 0
22 0 0 19 0
21 0 0 22 0
21 0 0 22 0
21 0 0 22 0
21 0 0 22 0
21 0 0 22 0
21 0 0 22 0
21 0 0 22 0
21 0 0 22 0
21 0 0 22 0
21 0 0 22 0
20 0 0 19 0
20 0 0 23 0
20 0 0 23 0
20 0 0 21 0
20 0 0 19 0
20 0 0 23 0
20 0 0 23 0
20 0 0 23 0
20 0 0 23 0
20 0 0 23 0
20 0 0 23 0
20 0 0 23 0
20 0 0 23 0
19 0 0 9 0
19 0 0 9 0
19 0 0 24 0
19 0 0 17 0
19 0 0 24 0
19 0 0 24 0
18 0 0 21 0
19 0 0 17 0
19 0 0 24 0
19 0 0 24 0
19 0 0 24 0
19 0 0 24 0
19 0 0 24 0
19 0 0 21 0
19 0 0 24 0
19 0 0 24 0
19 0 0 24 0
19 0 0 24 0
19 0 0 24 0
19 0 0 24 0
19 0 0 20 0
19 0 0 24 0
19 0 0 16 0
18 0 0 11 0
18 0 0 22 0
18 0 0 25 0
18 0 0 25 0
18 0 0 25 0
18 0 0 25 0
18 0 0 25 0
18 0 0 25 0
18 0 0 22 0
18 0 0 16 0
18 0 0 10 0
17 0 0 5 0
17 0 0 26 0
17 0 0 26 0
17 0 0 26 0
17 0 0 26 0
17 0 0 26 0
17 0 0 26 0
17 0 0 26 0
17 0 0 26 0
17 0 0 26 0
17 0 0 26 0
17 0 0 20 0
17 0 0 26 0
17 0 0 26 0
16 0 0 20 0
16 0 0 15 0
16 0 0 27 0
16 0 0 27 0
16 0 0 9 0
16 0 0 27 0
16 0 0 27 0
16 0 0 27 0
16 0 0 27 0
16 0 0 27 0
16 0 0 27 0
16 0 0 27 0
16 0 0 27 0
16 0 0 27 0
16 0 0 27 0
15 0 0 28 0
15 0 0 28 0
15 0 0 28 0
15 0 0 28 0
15 0 0 28 0
15 0 0 9 0
15 0 0 28 0
15 0 0 14 0
15 0 0 28 0
15 0 0 28 0
15 0 0 28 0
15 0 0 15 0
14 0 0 17 0
13 0 0 2 0
14 0 0 29 0
14 0 0 29 0
14 0 0 29 0
14 0 0 19 0
14 0 0 14 0
14 0 0 10 0
14 0 0 20 0
13 0 0 14 0
13 0 0 12 0
13 0 0 30 0
13 0 0 30 0
13 0 0 30 0
13 0 0 30 0
13 0 0 30 0
13 0 0 30 0
13 0 0 30 0
13 0 0 30 0
13 0 0 30 0
13 0 0 30 0
13 0 0 30 0
13 0 0 19 0
12 0 0 5 0
12 0 0 31 0
12 0 0 31 0
12 0 0 31 0
12 0 0 20 0
12 0 0 15 0
12 0 0 28 0
12 0 0 31 0
12 0 0 31 0
12 0 0 17 0
12 0 0 6 0
12 0 0 20 0
12 0 0 31 0
12 0 0 31 0
12 0 0 31 0
12 0 0 17 0
12 0 0 31 0
12 0 0 31 0
11 0 0 16 0
11 0 0 29 0
11 0 0 32 0
11 0 0 32 0
11 0 0 14 0
10 0 0 13 0
10 0 0 33 0
10 0 0 33 0
10 0 0 33 0
10 0 0 19 0
10 0 0 17 0
10 0 0 33 0
10 0 0 16 0
10 0 0 28 0
10 0 0 22 0
9 0 0 7 0
9 0 0 34 0
9 0 0 15 0
9 0 0 34 0
8 0 0 13 0
8 0 0 5 0
8 0 0 9 0
8 0 0 10 0
8 0 0 5 0
8 0 0 35 0
7 0 0 6 0
7 0 0 9 0
7 0 0 10 0
7 0 0 12 0
7 0 0 18 0
6 0 0 12 0
6 0 0 15 0
6 0 0 15 0
5 0 0 9 0
5 0 0 18 0
5 0 0 9 0
5 0 0 13 0
4 0 0 10 0
4 0 0 4 0
4 0 0 9 0
4 0 0 10 0
4 0 0 9 0
4 0 0 15 0
4 0 0 8 0
4 0 0 4 0
4 0 0 9 0
4 0 0 14 0
4 0 0 11 0
3 0 0 3 0
3 0 0 1 0
3 0 0 4 0
3 0 0 7 0
3 0 0 7 0
3 0 0 12 0
3 0 0 10 0
2 0 0 1 0
2 0 0 14 0
2 0 0 3 0
2 0 0 7 0
2 0 0 5 0
2 0 0 5 0
2 0 0 12 0
2 0 0 9 0
2 0 0 4 0
2 0 0 8 0
1 0 0 2 0
1 0 0 3 0
1 0 0 2 0
1 0 0 2 0
1 0 0 4 0
1 0 0 5 0
1 0 0 6 0
1 0 0 5 0
1 0 0 1 0
1 0 0 6 0
0 0 0 0 0
0 0 0 0 0
0 0 0 0 0
0 0 0 0 0
0 0 0 0 0
0 0 0 0 0
0 0 0 0 0
0 0 0 0 0
0 0 0 0 0
0 0 0 0 0
0 0 0 0 0
0 0 0 0 0
0 0 0 0 0
0 0 0 0 0
0 0 0 0 0
0 0 0 0 0
0 0 0 0 0
0 0 0 0 0
0 0 0 0 0
0 0 0 0 0
0 0 0 0 0
0 0 0 0 0
0 0 0 0 0
0 0 0 0 0
0 0 0 0 0
1 0 0 0 0
0 0 0 1 0
0 0 0 1 0
0 0 0 1 0
0 0 0 4 0
0 0 0 2 0
0 0 0 1 0
0 0 0 3 0
0 0 0 1 0
0 0 0 1 0
1 0 0 1 0
0 0 0 1 0
0 0 0 2 0
0 0 0 3 0
0 0 0 4 0
0 0 0 4 0
0 0 0 5 0
Unattempted Total Time Taken Started At Info

0 06:37 Mon 16 Oct 2023,09:21


Chrome Mobile
PM on Android
0 09:51 Mon 16 Oct 2023,09:21
Chrome
PMon Windows
0 09:27 Mon 16 Oct 2023,09:26
Chrome
PMon Windows
0 10:37 Mon 16 Oct 2023,09:21
Chrome Mobile
PM on Android
0 21:20 Mon 16 Oct 2023,09:21
Chrome
PMon Windows
0 12:55 Mon 16 Oct 2023,09:21
Firefox
PMon Windows
0 20:05 Mon 16 Oct 2023,09:21
Samsung Internet
PM on Android
0 17:57 Mon 16 Oct 2023,09:21
Samsung Internet
PM on Android
0 08:42 Mon 16 Oct 2023,09:21
OperaPM
on Windows
0 08:54 Mon 16 Oct 2023,09:21
Chrome Mobile
PM on Android
0 12:08 Mon 16 Oct 2023,09:21
Chrome Mobile
PM on Android
0 15:31 Mon 16 Oct 2023,09:21
Chrome Mobile
PM on Android
5 18:22 Mon 16 Oct 2023,09:21
Chrome
PMon Windows
4 22:23 Mon 16 Oct 2023,09:21
Chrome Mobile
PM on Android
0 20:30 Mon 16 Oct 2023,09:21
Samsung Internet
PM on Android
0 19:43 Mon 16 Oct 2023,09:21
Chrome Mobile
PM on Android
0 19:57 Mon 16 Oct 2023,09:21
Chrome Mobile
PM on Android
0 05:58 Mon 16 Oct 2023,09:21
Chrome
PMon Windows
0 19:36 Mon 16 Oct 2023,09:21
Chrome Mobile
PM on Android
0 19:53 Mon 16 Oct 2023,09:21
Chrome
PMon Windows
0 08:53 Mon 16 Oct 2023,09:21
Chrome
PMon Windows
0 15:05 Mon 16 Oct 2023,09:21
Chrome
PMon Windows
7 21:43 Mon 16 Oct 2023,09:21
Chrome
PMon Windows
16 02:46 Mon 16 Oct 2023,09:41
Chrome
PM on Linux
0 13:32 Mon 16 Oct 2023,09:21
Chrome Mobile
PM on Android
1 19:49 Mon 16 Oct 2023,09:21
Chrome Mobile
PM on Android
0 15:01 Mon 16 Oct 2023,09:21
Chrome
PMon Windows
0 19:31 Mon 16 Oct 2023,09:21
Chrome Mobile
PM on Android
0 16:44 Mon 16 Oct 2023,09:21
Chrome
PMon Windows
5 21:30 Mon 16 Oct 2023,09:21
Chrome Mobile
PM on Android
0 17:21 Mon 16 Oct 2023,09:21
Chrome Mobile
PM on Android
0 21:02 Mon 16 Oct 2023,09:21
Chrome Mobile
PM on Android
5 21:28 Mon 16 Oct 2023,09:21
Chrome Mobile
PM on Android
0 15:12 Mon 16 Oct 2023,09:21
Chrome
PMon Windows
0 16:26 Mon 16 Oct 2023,09:21
Chrome Mobile
PM on Android
0 15:39 Mon 16 Oct 2023,09:21
Chrome
PMon Windows
0 16:08 Mon 16 Oct 2023,09:21
Chrome Mobile
PM on Android
0 16:52 Mon 16 Oct 2023,09:25
Chrome
PMon Windows
0 19:05 Mon 16 Oct 2023,09:21
Chrome Mobile
PM on Android
0 12:19 Mon 16 Oct 2023,09:21
Chrome
PMon Windows
8 18:48 Mon 16 Oct 2023,09:24
Chrome Mobile
PM on Android
0 18:53 Mon 16 Oct 2023,09:21
Chrome Mobile
PM on Android
10 13:32 Mon 16 Oct 2023,09:28
Chrome
PMon Windows
0 16:33 Mon 16 Oct 2023,09:21
Chrome Mobile
PM on Android
0 13:10 Mon 16 Oct 2023,09:21
Chrome
PMon Windows
0 16:02 Mon 16 Oct 2023,09:21
Chrome Mobile
PM on Android
3 20:45 Mon 16 Oct 2023,09:22
Chrome Mobile
PM on Android
8 21:27 Mon 16 Oct 2023,09:21
Chrome Mobile
PM on Android
0 20:46 Mon 16 Oct 2023,09:21
Chrome Mobile
PM on Android
0 13:07 Mon 16 Oct 2023,09:21
Chrome Mobile
PM on Android
0 14:14 Mon 16 Oct 2023,09:26
Chrome Mobile
PM on Android
0 14:27 Mon 16 Oct 2023,09:21
Chrome Mobile
PM on Android
0 19:52 Mon 16 Oct 2023,09:21
Chrome Mobile
PM on Android
0 16:22 Mon 16 Oct 2023,09:24
Chrome
PMon Windows
0 20:34 Mon 16 Oct 2023,09:21
Samsung Internet
PM on Android
0 14:27 Mon 16 Oct 2023,09:21
Mobile
PMSafari on iOS
18 21:55 Mon 16 Oct 2023,09:21
Chrome Mobile
PM on Android
0 15:43 Mon 16 Oct 2023,09:26
Chrome Mobile
PM on Android
4 19:35 Mon 16 Oct 2023,09:23
Chrome
PMon Windows
0 21:11 Mon 16 Oct 2023,09:21
Chrome Mobile
PM on Android
0 11:29 Mon 16 Oct 2023,09:21
Chrome Mobile
PM on Android
0 14:47 Mon 16 Oct 2023,09:21
Chrome Mobile
PM on Android
0 15:11 Mon 16 Oct 2023,09:21
Chrome Mobile
PM on Android
0 16:01 Mon 16 Oct 2023,09:21
Chrome Mobile
PM on Android
0 19:15 Mon 16 Oct 2023,09:21
Chrome
PMon Windows
8 21:14 Mon 16 Oct 2023,09:21
Chrome Mobile
PM on Android
0 18:34 Mon 16 Oct 2023,09:21
Chrome Mobile
PM on Android
0 17:48 Mon 16 Oct 2023,09:21
Chrome Mobile
PM on Android
0 18:34 Mon 16 Oct 2023,09:21
Chrome Mobile
PM on Android
0 18:27 Mon 16 Oct 2023,09:21
Chrome
PMon Windows
0 18:28 Mon 16 Oct 2023,09:21
Chrome Mobile
PM on Android
0 20:40 Mon 16 Oct 2023,09:21
Chrome Mobile
PM on Android
7 21:26 Mon 16 Oct 2023,09:21
Chrome
PMon Windows
2 19:00 Mon 16 Oct 2023,09:21
Chrome
PMon Windows
0 11:16 Mon 16 Oct 2023,09:21
Chrome
PMon Windows
0 15:56 Mon 16 Oct 2023,09:21
Samsung Internet
PM on Android
3 21:12 Mon 16 Oct 2023,09:21
Samsung Internet
PM on Android
0 19:29 Mon 16 Oct 2023,09:21
Chrome
PMon Windows
0 18:08 Mon 16 Oct 2023,09:21
Chrome Mobile
PM on Android
4 21:15 Mon 16 Oct 2023,09:21
Chrome Mobile
PM on Android
14 18:25 Mon 16 Oct 2023,09:21
Chrome
PMon Windows
0 17:48 Mon 16 Oct 2023,09:21
Chrome Mobile
PM on Android
12 19:36 Mon 16 Oct 2023,09:21
Chrome Mobile
PM on Android
0 17:28 Mon 16 Oct 2023,09:21
SafariPM
on Mac OS X
0 18:01 Mon 16 Oct 2023,09:21
Chrome Mobile
PM on Android
0 15:26 Mon 16 Oct 2023,09:21
Chrome Mobile
PM on Android
0 17:16 Mon 16 Oct 2023,09:21
Chrome Mobile
PM on Android
2 21:27 Mon 16 Oct 2023,09:21
Chrome
PMon Windows
0 15:23 Mon 16 Oct 2023,09:21
Chrome
PMon Windows
0 17:55 Mon 16 Oct 2023,09:21
Chrome
PMon Windows
0 20:23 Mon 16 Oct 2023,09:21
Chrome Mobile
PM on Android
2 21:14 Mon 16 Oct 2023,09:21
Chrome
PMon Windows
0 13:23 Mon 16 Oct 2023,09:21
Chrome Mobile
PM on Android
0 14:56 Mon 16 Oct 2023,09:21
Mobile
PMSafari on iOS
0 11:33 Mon 16 Oct 2023,09:21
Samsung Internet
PM on Android
0 15:57 Mon 16 Oct 2023,09:21
Chrome
PMon Windows
0 17:48 Mon 16 Oct 2023,09:21
Chrome
PMon Windows
0 17:56 Mon 16 Oct 2023,09:21
Chrome Mobile
PM on Android
0 18:22 Mon 16 Oct 2023,09:21
Chrome Mobile
PM on Android
0 18:58 Mon 16 Oct 2023,09:21
Chrome Mobile
PM on Android
0 19:51 Mon 16 Oct 2023,09:21
Chrome Mobile
PM on Android
0 20:09 Mon 16 Oct 2023,09:21
Chrome Mobile
PM on Android
4 16:31 Mon 16 Oct 2023,09:25
Chrome Mobile
PM on Android
0 14:40 Mon 16 Oct 2023,09:21
OperaPM
on Windows
0 15:59 Mon 16 Oct 2023,09:21
Chrome
PMon Windows
2 19:11 Mon 16 Oct 2023,09:23
Chrome Mobile
PM on Android
4 20:11 Mon 16 Oct 2023,09:21
Chrome Mobile
PM on Android
0 09:56 Mon 16 Oct 2023,09:21
Chrome Mobile
PM on Android
0 12:15 Mon 16 Oct 2023,09:21
Chrome
PMon Windows
0 14:21 Mon 16 Oct 2023,09:26
Chrome
PM on Linux
0 16:10 Mon 16 Oct 2023,09:21
Chrome Mobile
PM on Android
0 16:11 Mon 16 Oct 2023,09:21
Chrome
PMon Windows
0 16:40 Mon 16 Oct 2023,09:21
Chrome Mobile
PM on Android
0 19:05 Mon 16 Oct 2023,09:21
Chrome Mobile
PM on Android
0 19:26 Mon 16 Oct 2023,09:21
Chrome
PMon Windows
15 21:24 Mon 16 Oct 2023,09:21
Chrome
PMon Windows
15 20:57 Mon 16 Oct 2023,09:21
Chrome Mobile
PM on Android
0 13:21 Mon 16 Oct 2023,09:21
Chrome Mobile
PM on Android
7 18:38 Mon 16 Oct
Chrome
2023,09:21
Mobile
PMWebView on Android
0 12:43 Mon 16 Oct 2023,09:22
Chrome Mobile
PM on Android
0 18:38 Mon 16 Oct 2023,09:21
Chrome Mobile
PM on Android
4 20:20 Mon 16 Oct 2023,09:21
Chrome
PMon Windows
7 21:17 Mon 16 Oct 2023,09:21
Chrome
PMon Windows
0 04:46 Mon 16 Oct 2023,09:21
browser
PM on device
0 11:39 Mon 16 Oct 2023,09:21
Samsung Internet
PM on Android
0 11:40 Mon 16 Oct 2023,09:23
Chrome
PMon Windows
0 11:46 Mon 16 Oct 2023,09:22
Chrome
PM on Linux
0 12:17 Mon 16 Oct 2023,09:21
Chrome Mobile
PM on Android
3 13:46 Mon 16 Oct 2023,09:28
Chrome
PMon Windows
0 17:58 Mon 16 Oct 2023,09:21
Chrome
PMon Windows
0 18:11 Mon 16 Oct 2023,09:21
Chrome Mobile
PM on Android
0 18:13 Mon 16 Oct 2023,09:21
Chrome Mobile
PM on Android
0 18:47 Mon 16 Oct 2023,09:21
Chrome Mobile
PM on Android
0 19:20 Mon 16 Oct 2023,09:21
Chrome
PMon Windows
0 19:24 Mon 16 Oct 2023,09:21
Samsung Internet
PM on Android
4 19:51 Mon 16 Oct
Chrome
2023,09:21
Mobile
PMWebView on Android
0 20:24 Mon 16 Oct 2023,09:21
Chrome Mobile
PM on Android
8 20:47 Mon 16 Oct 2023,09:21
Chrome Mobile
PM on Android
14 21:13 Mon 16 Oct 2023,09:21
Chrome
PMon Windows
3 19:45 Mon 16 Oct 2023,09:21
Chrome Mobile
PM on Android
0 06:31 Mon 16 Oct 2023,09:21
ChromePMon Mac OS X
0 10:19 Mon 16 Oct 2023,09:21
Chrome Mobile
PM on Android
0 11:59 Mon 16 Oct
Chrome
2023,09:21
Mobile
PMWebView on Android
0 13:16 Mon 16 Oct 2023,09:21
Chrome Mobile
PM on Android
0 17:06 Mon 16 Oct 2023,09:24
Chrome Mobile
PM on Android
0 20:29 Mon 16 Oct 2023,09:21
Mobile
PMSafari on iOS
3 21:01 Mon 16 Oct 2023,09:21
Firefox
PMon Windows
9 21:02 Mon 16 Oct 2023,09:21
Chrome Mobile
PM on Android
15 21:14 Mon 16 Oct 2023,09:21
Chrome
PMon Windows
21 21:11 Mon 16 Oct 2023,09:22
Mobile
PMSafari on iOS
0 10:06 Mon 16 Oct 2023,09:25
Chrome Mobile
PM on Android
0 02:19 Mon 16 Oct 2023,09:21
Samsung Internet
PM on Android
0 08:27 Mon 16 Oct 2023,09:21
Chrome Mobile
PM on Android
0 08:57 Mon 16 Oct 2023,09:22
Mobile
PMSafari on iOS
0 10:01 Mon 16 Oct 2023,09:21
Chrome
PMon Windows
0 10:56 Mon 16 Oct 2023,09:29
Chrome Mobile
PM on Android
0 11:26 Mon 16 Oct 2023,09:21
Chrome
PMon Windows
0 12:06 Mon 16 Oct 2023,09:21
Chrome Mobile
PM on Android
0 15:21 Mon 16 Oct 2023,09:21
Chrome Mobile
PM on Android
0 17:27 Mon 16 Oct 2023,09:21
Chrome
PMon Windows
6 19:17 Mon 16 Oct
Chrome
2023,09:21
Mobile
PMWebView on Android
0 20:00 Mon 16 Oct 2023,09:21
Chrome Mobile
PM on Android
0 20:02 Mon 16 Oct 2023,09:21
Chrome Mobile
PM on Android
7 19:47 Mon 16 Oct 2023,09:23
Chrome
PMon Windows
12 21:36 Mon 16 Oct 2023,09:21
Safari
PM on Linux
0 14:36 Mon 16 Oct 2023,09:21
Chrome Mobile
PM on Android
0 18:34 Mon 16 Oct 2023,09:21
Chrome Mobile
PM on Android
18 21:52 Mon 16 Oct 2023,09:21
Chrome
PMon Windows
0 10:25 Mon 16 Oct 2023,09:21
Chrome Mobile
PM on Android
0 11:16 Mon 16 Oct 2023,09:21
Chrome Mobile
PM on Android
0 11:35 Mon 16 Oct 2023,09:21
Chrome Mobile
PM on Android
0 13:15 Mon 16 Oct 2023,09:21
Chrome Mobile
PM on Android
0 13:22 Mon 16 Oct 2023,09:21
Chrome
PMon Windows
0 14:51 Mon 16 Oct 2023,09:21
Samsung Internet
PM on Android
0 17:22 Mon 16 Oct 2023,09:21
Chrome
PMon Windows
0 17:57 Mon 16 Oct 2023,09:21
Chrome Mobile
PM on Android
0 19:39 Mon 16 Oct 2023,09:21
Chrome Mobile
PM on Android
0 20:00 Mon 16 Oct 2023,09:21
Chrome
PMon Windows
0 02:17 Mon 16 Oct 2023,09:23
Chrome Mobile
PM on Android
0 07:20 Mon 16 Oct 2023,09:21
Chrome Mobile
PM on Android
0 07:47 Mon 16 Oct 2023,09:33
Chrome
PMon Windows
0 09:15 Mon 16 Oct 2023,09:21
Chrome Mobile
PM on Android
0 09:56 Mon 16 Oct 2023,09:21
Chrome Mobile
PM on Android
19 11:34 Mon 16 Oct 2023,09:21
Chrome
PM on Android
0 12:07 Mon 16 Oct 2023,09:21
Chrome Mobile
PM on Android
14 12:12 Mon 16 Oct 2023,09:31
Chrome
PMon Windows
0 13:07 Mon 16 Oct 2023,09:21
Chrome Mobile
PM on Android
0 14:27 Mon 16 Oct 2023,09:21
Chrome Mobile
PM on Android
0 16:39 Mon 16 Oct 2023,09:21
Chrome Mobile
PM on Android
13 20:51 Mon 16 Oct 2023,09:21
Chrome
PMon Windows
12 20:05 Mon 16 Oct 2023,09:21
Chrome Mobile
PM on Android
28 03:14 Mon 16 Oct 2023,09:21
Chrome
PMon Windows
0 06:46 Mon 16 Oct 2023,09:21
Chrome Mobile
PM on Android
0 08:19 Mon 16 Oct 2023,09:21
Mobile
PMSafari on iOS
0 13:37 Mon 16 Oct 2023,09:21
Chrome Mobile
PM on Android
10 19:43 Mon 16 Oct 2023,09:23
Chrome
PMon Windows
15 20:17 Mon 16 Oct 2023,09:21
Chrome
PMon Windows
19 20:20 Mon 16 Oct 2023,09:23
Chrome Mobile
PM on Android
9 21:17 Mon 16 Oct 2023,09:21
Chrome Mobile
PM on Android
16 10:49 Mon 16 Oct 2023,09:21
Chrome
PMon Windows
18 17:29 Mon 16 Oct 2023,09:26
Chrome Mobile
PM on Android
0 06:52 Mon 16 Oct 2023,09:21
Chrome Mobile
PM on Android
0 07:15 Mon 16 Oct 2023,09:24
Chrome Mobile
PM on Android
0 07:34 Mon 16 Oct 2023,09:21
Chrome Mobile
PM on Android
0 09:25 Mon 16 Oct 2023,09:21
Chrome Mobile
PM on Android
0 09:39 Mon 16 Oct 2023,09:21
Chrome Mobile
PM on Android
0 09:40 Mon 16 Oct 2023,09:23
Chrome Mobile
PM on Android
0 15:47 Mon 16 Oct 2023,09:21
Chrome Mobile
PM on Android
0 16:19 Mon 16 Oct 2023,09:21
Chrome Mobile
PM on Android
0 16:27 Mon 16 Oct 2023,09:21
Chrome Mobile
PM on Android
0 17:23 Mon 16 Oct 2023,09:21
Chrome
PMon Windows
0 19:38 Mon 16 Oct 2023,09:21
Chrome Mobile
PM on Android
11 20:13 Mon 16 Oct 2023,09:21
Chrome Mobile
PM on Android
26 11:12 Mon 16 Oct 2023,09:32
Chrome
PMon Windows
0 11:42 Mon 16 Oct 2023,09:21
Chrome Mobile
PM on Android
0 14:40 Mon 16 Oct 2023,09:22
Chrome Mobile
PM on Android
0 20:08 Mon 16 Oct 2023,09:21
Chrome
PMon Windows
11 21:33 Mon 16 Oct 2023,09:21
Safari
PM on Linux
16 06:19 Mon 16 Oct 2023,09:21
Chrome Mobile
PM on Android
3 07:52 Mon 16 Oct 2023,09:21
Chrome Mobile
PM on Android
0 07:53 Mon 16 Oct 2023,09:21
Chrome Mobile
PM on Android
0 09:48 Mon 16 Oct 2023,09:21
Chrome Mobile
PM on Android
14 12:16 Mon 16 Oct 2023,09:21
Chrome Mobile
PM on Android
25 13:39 Mon 16 Oct 2023,09:21
Chrome
PMon Windows
11 14:05 Mon 16 Oct 2023,09:21
Chrome Mobile
PM on Android
0 14:10 Mon 16 Oct 2023,09:21
Chrome
PMon Windows
0 14:28 Mon 16 Oct 2023,09:21
Chrome Mobile
PM on Android
0 15:23 Mon 16 Oct 2023,09:21
Chrome
PMon Windows
14 16:55 Mon 16 Oct 2023,09:24
Chrome Mobile
PM on Android
0 17:02 Mon 16 Oct 2023,09:24
Chrome Mobile
PM on Android
0 19:04 Mon 16 Oct 2023,09:21
Chrome Mobile
PM on Android
16 05:41 Mon 16 Oct 2023,09:26
Chrome Mobile
PM on Android
3 09:28 Mon 16 Oct 2023,09:21
Firefox
PMon Windows
0 10:15 Mon 16 Oct 2023,09:21
Chrome
PMon Windows
0 14:16 Mon 16 Oct 2023,09:21
Chrome Mobile
PM on Android
18 21:40 Mon 16 Oct 2023,09:21
Chrome Mobile
PM on Android
20 15:58 Mon 16 Oct 2023,09:27
Chrome Mobile
PM on Android
0 02:36 Mon 16 Oct 2023,09:21
Mobile
PMSafari on iOS
0 02:55 Mon 16 Oct 2023,09:21
Chrome Mobile
PM on Android
0 03:19 Mon 16 Oct 2023,09:21
Chrome Mobile
PM on Android
14 04:26 Mon 16 Oct 2023,09:28
Chrome Mobile
PM on Android
16 05:00 Mon 16 Oct 2023,09:39
Chrome
PMon Windows
0 10:58 Mon 16 Oct 2023,09:21
Chrome
PMon Windows
17 17:08 Mon 16 Oct 2023,09:25
Chrome Mobile
PM on Android
5 19:44 Mon 16 Oct 2023,09:23
Chrome
PMon Windows
11 20:03 Mon 16 Oct 2023,09:21
Chrome Mobile
PM on Android
27 12:12 Mon 16 Oct 2023,09:32
Chrome
PMon Windows
0 10:25 Mon 16 Oct 2023,09:21
Chrome Mobile
PM on Android
19 10:26 Mon 16 Oct 2023,09:33
Chrome Mobile
PM on Android
0 12:30 Mon 16 Oct 2023,09:25
Chrome Mobile
PM on Android
22 03:19 Mon 16 Oct 2023,09:40
Chrome Mobile
PM on Android
30 04:58 Mon 16 Oct 2023,09:39
Chrome Mobile
PM on Android
26 05:53 Mon 16 Oct 2023,09:24
Chrome Mobile
PM on Android
25 07:19 Mon 16 Oct 2023,09:36
Chrome Mobile
PM on Android
30 08:28 Mon 16 Oct 2023,09:36
Chrome
PMon Windows
0 17:25 Mon 16 Oct 2023,09:23
Chrome Mobile
PM on Android
30 04:20 Mon 16 Oct 2023,09:40
Chrome Mobile
PM on Android
27 06:12 Mon 16 Oct 2023,09:23
Chrome
PMon Windows
26 07:53 Mon 16 Oct 2023,09:21
Chrome Mobile
PM on Android
24 17:30 Mon 16 Oct 2023,09:24
Chrome Mobile
PM on Android
18 18:34 Mon 16 Oct 2023,09:24
ChromePMon Mac OS X
25 03:07 Mon 16 Oct 2023,09:21
Chrome Mobile
PM on Android
22 09:20 Mon 16 Oct 2023,09:34
Chrome
PMon Windows
22 09:20 Mon 16 Oct 2023,09:21
Chrome Mobile
PM on Android
29 03:28 Mon 16 Oct 2023,09:21
Chrome Mobile
PM on Android
20 03:45 Mon 16 Oct 2023,09:38
Chrome Mobile
PM on Android
29 04:05 Mon 16 Oct 2023,09:39
Chrome Mobile
PM on Android
25 11:53 Mon 16 Oct 2023,09:21
Mobile
PMSafari on iOS
29 00:23 Mon 16 Oct 2023,09:21
browser
PM on device
35 02:15 Mon 16 Oct 2023,09:42
Chrome
PMon Windows
30 02:40 Mon 16 Oct 2023,09:36
Chrome Mobile
PM on Android
29 03:01 Mon 16 Oct 2023,09:25
Chrome Mobile
PM on Android
30 03:44 Mon 16 Oct 2023,09:40
Chrome Mobile
PM on Android
24 05:08 Mon 16 Oct 2023,09:32
Samsung Internet
PM on Android
31 05:09 Mon 16 Oct 2023,09:21
Chrome Mobile
PM on Android
35 06:04 Mon 16 Oct 2023,09:21
Chrome
PMon Windows
30 06:10 Mon 16 Oct 2023,09:37
Chrome
PMon Windows
25 12:38 Mon 16 Oct 2023,09:26
Chrome Mobile
PM on Android
28 13:47 Mon 16 Oct 2023,09:21
Chrome Mobile
PM on Android
37 00:44 Mon 16 Oct 2023,09:26
Chrome Mobile
PM on Android
39 01:06 Mon 16 Oct 2023,09:42
Chrome Mobile
PM on Android
36 01:21 Mon 16 Oct 2023,09:38
Chrome Mobile
PM on Android
33 04:15 Mon 16 Oct 2023,09:39
Chrome
PMon Windows
33 04:29 Mon 16 Oct 2023,09:39
Chrome
PMon Windows
28 05:42 Mon 16 Oct 2023,09:21
Chrome Mobile
PM on Android
30 09:17 Mon 16 Oct 2023,09:21
Chrome Mobile
PM on Android
40 00:30 Mon 16 Oct 2023,09:36
Chrome Mobile
PM on Android
27 02:11 Mon 16 Oct 2023,09:21
Chrome Mobile
PM on Android
38 02:13 Mon 16 Oct 2023,09:41
Chrome Mobile
PM on Android
34 02:43 Mon 16 Oct 2023,09:27
Chrome Mobile
PM on Android
36 03:31 Mon 16 Oct 2023,09:21
Chrome
PMon Windows
36 03:51 Mon 16 Oct
Chrome
2023,09:21
Mobile
PMWebView on Android
29 04:01 Mon 16 Oct 2023,09:24
Chrome Mobile
PM on Android
32 06:04 Mon 16 Oct 2023,09:21
Chrome Mobile
PM on Android
37 06:50 Mon 16 Oct 2023,09:21
Chrome Mobile
PM on Android
33 11:05 Mon 16 Oct 2023,09:33
Chrome Mobile
PM on Android
40 00:54 Mon 16 Oct 2023,09:21
Chrome
PMon Windows
39 01:06 Mon 16 Oct 2023,09:21
Chrome Mobile
PM on Android
40 01:08 Mon 16 Oct 2023,09:21
Chrome Mobile
PM on Android
40 01:09 Mon 16 Oct 2023,09:44
Chrome
PMon Windows
38 01:40 Mon 16 Oct 2023,09:24
Chrome
PMon Windows
37 02:01 Mon 16 Oct 2023,09:21
Chrome Mobile
PM on Android
36 02:05 Mon 16 Oct 2023,09:41
browser
PM on device
37 03:11 Mon 16 Oct 2023,09:21
Chrome Mobile
PM on Android
41 03:26 Mon 16 Oct 2023,09:23
Chrome Mobile
PM on Android
36 06:02 Mon 16 Oct 2023,09:24
Chrome
PMon Windows
0 00:00 Mon 16 Oct 2023,09:44
Chrome
PMon Windows
0 00:00 Mon 16 Oct 2023,09:22
Chrome Mobile
PM on Android
0 00:00 Mon 16 Oct 2023,09:21
Chrome
PMon Windows
0 00:00 Mon 16 Oct 2023,09:21
Chrome Mobile
PM on Android
0 00:00 Mon 16 Oct 2023,09:21
Chrome Mobile
PM on Android
0 00:00 Mon 16 Oct 2023,09:21
Chrome Mobile
PM on Android
0 00:00 Mon 16 Oct 2023,09:21
Chrome Mobile
PM on Android
0 00:00 Mon 16 Oct 2023,09:21
Chrome
PMon Windows
0 00:00 Mon 16 Oct 2023,09:21
Chrome Mobile
PM on Android
0 00:00 Mon 16 Oct 2023,09:21
Chrome
PMon Windows
0 00:00 Mon 16 Oct 2023,09:21
Chrome Mobile
PM on Android
0 00:00 Mon 16 Oct 2023,09:21
Chrome Mobile
PM on Android
0 00:00 Mon 16 Oct 2023,09:21
Chrome Mobile
PM on Android
0 00:00 Mon 16 Oct 2023,09:21
Chrome Mobile
PM on Android
0 00:00 Mon 16 Oct 2023,09:21
Chrome
PMon Windows
0 00:00 Mon 16 Oct 2023,09:44
Chrome Mobile
PM on Android
0 00:00 Mon 16 Oct 2023,09:21
Chrome Mobile
PM on Android
0 00:00 Mon 16 Oct 2023,09:21
Chrome
PMon Windows
0 00:00 Mon 16 Oct 2023,09:21
Chrome Mobile
PM on Android
0 00:00 Mon 16 Oct 2023,09:21
Chrome Mobile
PM on Android
0 00:00 Mon 16 Oct 2023,09:21
Samsung Internet
PM on Android
0 00:00 Mon 16 Oct 2023,09:21
Chrome Mobile
PM on Android
0 00:00 Mon 16 Oct 2023,09:21
Chrome Mobile
PM on Android
0 00:00 Mon 16 Oct 2023,09:21
Chrome
PMon Windows
0 00:00 Mon 16 Oct 2023,09:21
Chrome Mobile
PM on Android
42 00:01 Mon 16 Oct 2023,09:44
Chrome Mobile
PM on Android
42 00:04 Mon 16 Oct 2023,09:22
Chrome Mobile
PM on Android
42 00:07 Mon 16 Oct 2023,09:28
Chrome Mobile
PM on Android
42 00:15 Mon 16 Oct 2023,09:21
Chrome
PMon Windows
39 00:25 Mon 16 Oct 2023,09:21
browser
PM on device
41 00:36 Mon 16 Oct 2023,09:27
Chrome Mobile
PM on Android
42 00:37 Mon 16 Oct 2023,09:42
Chrome Mobile
PM on Android
40 00:43 Mon 16 Oct 2023,09:21
Chrome PM
Mobile iOS on iOS
42 00:44 Mon 16 Oct 2023,09:21
Chrome
PMon Windows
42 00:45 Mon 16 Oct 2023,09:21
ChromePMon Mac OS X
41 01:04 Mon 16 Oct 2023,09:44
Chrome Mobile
PM on Android
42 01:14 Mon 16 Oct 2023,09:43
Chrome Mobile
PM on Android
41 01:33 Mon 16 Oct 2023,09:21
Chrome
PMon Windows
40 02:01 Mon 16 Oct 2023,09:21
Chrome Mobile
PM on Android
39 02:45 Mon 16 Oct 2023,09:21
Chrome Mobile
PM on Android
39 03:26 Mon 16 Oct 2023,09:21
Chrome Mobile
PM on Android
38 07:32 Mon 16 Oct 2023,09:21
Chrome Mobile
PM on Android
Question
# Question Question Type
Accuracy

1 int x;int y;int z;x=3;y=4;z = ++x * y++;printf("%d",z) Multiple Choice 39%


2 In C programming language, which of the followin Multiple Choice 43%
3 Which operator has the lowest priority? Multiple Choice 39%
4 The modulus operator (%) can be used only with in Multiple Choice 47%
5 #include <stdio.h>int main(){ int i = 95; char c = 9 Multiple Choice 28%
6 #include <stdio.h>void main(){ int x = 5 * 9 / 3 + Multiple Choice 47%
7 In an expression involving || operator, evaluation I Multiple Choice 33%
8 #include <stdio.h> int main() { int y = 2; Multiple Choice 19%
9 void main(){ int a, b = 2, c; a = 2 * (b++); c = 2 * Multiple Choice 28%
10 16>>2 Multiple Choice 30%
11 Output of an arithmetic expression with integers a Multiple Choice 28%
12 int a = 10 + 4.867; Multiple Choice 46%
13 int a = 3.5 + 4.5; Multiple Choice 27%
14 What is the other name for C Language ?: Questio Multiple Choice 53%
15 Expression x % y is equivalent to____? Multiple Choice 28%
16 Which of the following is not a compound assign Multiple Choice 43%
17 What is the output of the following printfprintf( Multiple Choice 28%
18 What is the output of the following code:#include Multiple Choice 26%
19 What is the output of the following code:#include Multiple Choice 26%
20 What is the output of the following printfint a=9;p Multiple Choice 28%
21 What is the output of the following printfint a=-11; Multiple Choice 39%
22 What is the output of the following printf:int a=6, Multiple Choice 38%
23 Which of the following operators are related to sho Multiple Choice 31%
24 What is the output of the following printf:printf(" Multiple Choice 26%
25 What is the output of the following printf:int a=1 Multiple Choice 20%
26 What is the output of the following printf:int a=1 Multiple Choice 23%
27 What is the output of the following printf:int a=1,2 Multiple Choice 30%
28 What is the value of printf:printf("%d",sizeof(doubl Multiple Choice 44%
29 What is the output of the following printf:int a=10 Multiple Choice 27%
30 What is the output of the following printf:int a=20 Multiple Choice 16%
31 What is the output of the following code snippet:in Multiple Choice 31%
32 Which of the following Arithmetic Operators are ha Multiple Choice 45%
33 What is the output of the following printf:int a=10 Multiple Choice 26%
34 What is the output of the following printf:printf Multiple Choice 26%
35 Who developed the C programming language? Multiple Choice 62%
36 A name having a few letters, numbers and special c Multiple Choice 37%
37 The words if, else, auto, float etc. have predefin Multiple Choice 47%
38 Which is/are the integer constant/constants? Multiple Choice 54%
39 Which operators perform operations on data in bin Multiple Choice 54%
40 #include <stdio.h> int main() { sig Multiple Choice 17%
41 What will be the output of the following program?#incl Multiple Choice 21%
42 The format identifier ‘%i’ is also used for _____ da Multiple Choice 52%
43 A single line comment line in a C Language source Multiple Choice 53%
35%
Average Time RAHUL
MUKUND sameer Pushkar Shobhit
per Question KUMAR_BE_4 Nomita singh
VARSHNEY kumar_AN Varshney Bhardwaj
(mm:ss) 6

00:26 00:04 00:07 00:07 00:10 00:20 00:04


00:18 00:08 00:11 00:07 00:05 00:31 00:05
00:15 00:06 00:06 00:08 00:09 00:27 00:06
00:14 00:08 00:10 00:11 00:03 00:06 00:07
00:36 00:40 00:09 00:08 00:12 00:30 00:12
00:27 00:08 00:16 00:09 00:12 00:20 00:05
00:34 00:16 00:22 00:06 00:15 01:51 01:15
00:29 00:06 00:41 00:32 00:40 00:43 00:08
00:37 00:13 00:11 00:12 00:24 00:22 00:06
00:23 00:03 00:15 00:09 00:16 00:26 00:04
00:22 00:08 00:15 00:06 00:14 01:43 00:08
00:12 00:09 00:07 00:05 00:09 00:10 00:27
00:11 00:07 00:11 00:04 00:10 00:20 00:17
00:19 00:04 00:07 00:04 00:10 00:17 00:26
00:34 00:06 00:11 00:10 00:14 01:00 00:59
00:18 00:04 00:09 00:08 00:20 00:08 00:05
00:53 00:13 00:08 00:06 00:22 00:37 00:06
00:24 00:47 00:11 00:09 00:05 00:27 00:10
00:27 00:09 00:13 00:35 00:47 00:21 00:06
00:20 00:05 00:15 00:09 00:06 00:08 00:21
00:25 00:05 00:28 00:08 00:16 00:11 00:06
00:32 00:12 00:09 00:10 00:21 00:45 00:49
00:18 00:06 00:16 00:10 00:15 00:19 00:05
00:25 00:09 00:19 00:13 00:13 00:20 00:10
00:49 00:04 00:10 00:18 00:26 00:59 00:09
00:21 00:10 00:14 00:04 00:06 00:23 00:05
00:18 00:07 00:05 00:05 00:09 00:16 00:04
00:13 00:05 00:20 00:16 00:03 00:10 00:11
00:30 00:07 00:09 00:26 00:20 01:12 00:08
00:29 00:26 00:13 00:11 00:07 01:44 00:07
00:25 00:07 00:05 00:15 00:08 00:40 00:11
00:17 00:07 00:17 00:10 00:11 00:21 00:04
00:25 00:08 00:28 00:18 00:06 00:26 01:40
00:22 00:10 00:07 00:13 00:41 00:24 00:36
00:10 00:06 00:05 00:05 00:09 00:05 00:03
00:18 00:05 00:13 00:27 00:11 00:08 00:06
00:16 00:07 00:17 00:08 00:11 00:15 00:04
00:17 00:03 00:20 00:08 00:06 00:02 00:07
00:16 00:06 00:13 00:07 00:08 00:09 00:12
00:24 00:08 00:15 00:23 00:38 00:37 00:40
00:33 00:07 00:26 00:56 00:37 00:54 01:51
00:16 00:05 00:12 00:40 00:07 00:06 00:05
00:11 00:03 00:15 00:11 00:05 00:07 00:05
16:50 06:37 09:51 09:27 10:37 21:20 12:55
KAJAL Kush Kumar Shakshi
Ankit Pandey Ritik Saxena Manya Sethi Puneet Sahu
KUKREJA Gupta Agrawal

00:38 00:24 00:15 00:13 00:06 00:13 00:10


00:29 00:20 00:16 00:11 00:14 00:09 00:46
00:27 00:06 00:18 00:07 00:08 00:06 02:21
00:09 00:04 00:04 00:05 00:05 00:06 00:13
00:43 00:15 00:13 00:18 00:07 00:17 00:18
00:24 00:45 00:14 00:11 00:08 00:13 00:12
00:11 00:18 00:52 00:14 00:04 00:09 -
00:30 00:42 00:11 00:10 00:26 00:07 -
00:45 00:41 00:14 00:22 00:06 00:20 00:47
00:24 00:14 00:04 00:06 00:58 00:10 00:11
00:14 00:17 00:18 00:10 00:06 00:39 00:26
00:22 00:04 00:05 00:16 00:03 00:04 00:07
00:32 00:06 00:12 00:07 00:07 00:08 00:10
00:06 00:09 00:10 00:07 00:10 00:19 00:09
00:46 00:39 00:16 00:10 00:09 00:52 00:44
01:25 00:18 00:05 00:05 00:03 00:25 00:10
00:32 01:58 00:21 00:37 00:03 01:26 00:58
00:19 00:13 00:21 00:12 00:09 00:06 00:14
00:19 00:07 00:12 00:22 00:15 00:09 -
00:11 00:04 00:07 00:14 00:16 00:05 00:33
00:27 00:14 00:08 00:07 00:24 00:23 01:09
00:26 01:06 00:09 00:18 00:38 00:41 00:20
00:24 00:05 00:04 00:13 00:25 02:05 00:10
00:18 00:13 00:04 00:09 01:55 00:06 00:31
02:09 01:59 00:31 00:46 00:52 00:53 00:22
00:09 00:14 00:13 00:11 00:28 00:10 00:08
00:28 00:09 00:07 00:05 01:07 00:30 01:01
00:20 00:09 00:05 00:06 00:04 00:06 00:21
00:41 00:45 00:18 00:11 00:06 00:07 -
00:40 01:28 00:12 00:10 00:55 00:52 00:07
00:30 00:19 00:08 00:07 00:10 00:13 00:08
00:20 00:07 00:05 00:05 00:05 00:13 00:11
00:18 00:17 00:07 00:25 00:06 00:39 00:15
00:30 01:32 00:09 00:12 00:07 00:06 00:20
00:04 00:04 00:07 00:04 00:12 00:05 00:42
00:21 00:04 00:07 00:08 00:05 00:14 -
00:23 00:10 00:07 00:06 00:12 00:23 00:09
00:14 00:10 00:07 00:14 00:03 00:37 01:56
00:15 00:06 00:13 00:07 00:10 00:04 00:09
00:46 00:30 00:12 00:10 00:04 00:25 01:20
00:42 00:22 00:33 00:28 00:05 00:09 00:07
00:09 00:06 00:04 00:06 00:04 00:23 00:19
00:05 00:04 00:04 00:09 00:08 00:04 00:08
20:05 17:57 08:42 08:54 12:08 15:31 18:22
Krishna Kanak Arun KRATIKA Gaurav
Dhruv Tripathi MUSKAN
Sharma Bhardwaj Kushwah AGRAWAL Chaudhary

00:41 00:09 00:28 00:13 00:09 00:19 00:15


00:34 00:08 00:11 00:06 00:08 00:19 01:03
00:05 00:05 00:08 00:09 00:08 00:37 00:49
00:51 00:31 00:18 00:07 00:05 00:11 00:44
00:42 00:49 00:25 02:12 00:08 00:38 00:21
00:19 00:10 00:31 00:14 00:14 00:34 00:18
01:18 00:18 00:36 00:59 00:04 01:41 00:23
00:45 00:47 00:44 00:58 00:06 00:36 00:33
00:34 00:23 00:36 00:45 00:09 00:41 00:21
00:10 00:10 00:13 00:58 00:09 01:06 00:09
01:01 00:18 00:11 00:21 00:09 00:26 00:11
00:39 00:06 00:20 00:12 00:04 00:06 00:08
00:12 00:05 00:11 00:17 00:06 00:06 00:10
00:55 00:07 00:12 00:18 00:08 00:21 00:05
00:15 00:30 01:21 00:57 00:05 00:42 01:19
00:11 00:08 00:12 00:27 00:07 00:12 00:29
01:31 01:20 01:50 01:14 00:35 01:09 01:47
- 00:30 00:21 00:31 00:09 00:34 00:21
- 00:26 00:16 00:39 00:09 00:24 00:09
00:08 00:52 00:12 00:07 00:05 00:15 01:52
00:41 00:18 00:32 00:23 00:09 00:19 00:05
00:30 00:24 00:43 00:22 00:10 01:08 00:08
00:29 00:28 00:14 00:17 00:04 00:28 00:28
00:38 00:10 00:22 00:42 00:09 00:27 00:13
00:30 00:57 01:55 01:22 00:13 00:55 00:55
00:10 00:08 00:30 00:23 00:11 00:33 00:08
00:22 01:05 00:32 00:10 00:04 00:13 00:14
00:57 00:30 00:14 00:32 00:04 00:04 00:04
01:33 01:23 00:30 00:18 00:10 00:29 00:09
00:16 00:18 01:42 00:22 00:07 00:48 00:17
01:17 00:27 00:15 00:15 00:09 00:14 01:07
00:14 00:08 00:11 00:16 00:07 00:22 00:05
00:15 00:20 00:26 00:07 00:09 00:10 00:05
00:42 00:13 00:25 00:05 00:11 00:19 00:38
00:05 00:05 00:05 00:24 00:05 00:08 00:04
- 00:38 00:13 00:12 00:04 00:26 00:07
- 00:11 00:11 00:09 00:08 00:11 00:05
00:44 00:24 00:12 00:14 00:05 00:16 00:36
00:20 00:06 00:13 00:05 00:05 00:11 00:10
00:43 03:31 00:21 00:40 00:07 00:26 00:42
00:18 00:38 00:31 00:34 00:19 00:09 00:37
00:26 00:12 00:04 00:07 00:06 00:19 01:25
00:22 00:04 00:06 00:14 00:05 00:04 00:04
22:23 20:30 19:43 19:57 05:58 19:36 19:53
KAUTUK PRIYANSHU Harsh Nitendra
Rudra Gupta Abhay Bansal Ragini Sahu
PANDEY GOYAL Chaudhary Nitendra

00:11 00:12 00:12 00:08 00:16 00:24 00:16


00:13 00:07 00:25 00:05 00:10 00:39 01:03
00:06 00:08 - - 00:14 00:26 00:07
00:05 00:06 01:50 00:04 00:06 00:08 00:11
00:10 00:17 01:40 00:06 00:38 00:44 00:27
00:13 00:13 00:47 00:04 00:15 00:38 01:03
00:15 00:28 01:03 - 00:46 00:19 00:26
00:16 00:35 - 00:08 00:36 00:31 00:36
00:14 00:28 - 00:09 00:43 01:32 00:32
00:06 00:11 00:19 00:05 00:13 00:08 00:10
00:09 00:09 00:20 - 00:16 00:50 00:18
00:05 00:08 - - 00:07 00:10 00:11
00:10 00:14 00:07 - 00:08 00:06 00:07
00:23 00:08 00:33 00:08 00:07 00:11 00:15
00:07 00:32 02:22 - 01:18 00:44 00:08
00:16 00:13 00:40 00:06 00:08 00:11 00:21
00:50 01:15 00:24 - 00:42 00:06 00:09
00:13 00:14 02:36 00:05 00:22 00:39 00:55
00:12 01:25 00:27 00:08 00:15 00:44 00:33
00:06 00:08 00:03 00:06 00:09 00:21 00:07
00:14 00:06 00:22 - 00:20 00:25 00:54
00:09 00:28 00:31 00:04 00:28 00:51 00:34
00:08 00:09 00:23 00:04 00:13 00:07 00:09
00:20 00:18 - - 00:20 00:36 00:20
00:43 01:19 01:01 00:06 00:44 00:37 00:56
00:20 00:10 00:07 00:05 00:13 - 00:15
00:06 00:10 00:05 00:06 00:09 00:10 00:15
00:05 00:05 00:06 - 00:08 00:47 00:05
00:14 00:17 00:37 00:07 00:34 00:37 00:13
00:07 01:47 00:12 00:07 00:08 00:21 00:09
00:11 00:08 01:02 00:05 00:21 00:21 00:13
00:08 00:09 - - 00:09 00:11 00:12
00:08 00:46 00:26 - 00:15 00:17 00:15
00:10 00:20 00:28 00:08 00:24 00:27 00:21
00:05 00:07 00:03 00:05 00:05 00:09 00:05
00:14 00:09 00:10 - 00:08 00:16 00:12
00:09 00:08 00:08 00:06 00:10 01:25 00:17
00:10 00:13 - - 00:12 01:01 00:11
00:13 00:06 00:17 - 00:06 00:25 00:21
00:10 00:15 01:14 00:10 00:12 00:28 00:14
00:09 00:34 00:35 00:06 00:33 00:18 00:45
00:13 00:05 00:02 - 00:05 00:09 00:04
00:07 00:05 00:06 00:05 00:06 00:20 00:06
08:53 15:05 21:43 02:46 13:32 19:49 15:01
ABHIYANSH
Deepti Gupta akshita singh Namit Jain Yaseen Kashish Nitin Prajapati
VARSHNEY

00:19 00:18 00:54 00:02 00:32 00:41 00:16


00:12 00:09 01:05 00:42 00:07 00:06 00:08
00:16 00:14 00:11 00:32 00:20 00:47 00:17
00:14 00:05 00:07 00:09 00:27 - 00:18
00:21 00:20 00:32 00:50 00:30 00:14 00:22
00:22 01:51 00:35 00:08 00:22 00:43 00:29
01:13 00:52 00:31 00:28 00:26 00:21 00:29
00:40 00:13 - 00:51 00:20 01:07 00:33
00:22 01:20 00:52 00:31 00:43 00:19 00:32
00:53 00:10 00:37 00:32 00:35 00:22 01:05
00:05 00:08 - 00:27 00:24 00:23 00:13
00:06 00:04 00:07 00:10 00:12 00:06 00:07
00:08 00:08 00:23 00:38 00:08 00:11 00:17
00:04 00:19 00:16 00:32 00:26 - 00:08
00:06 00:07 - 00:38 00:27 01:33 00:08
00:26 00:04 00:24 00:07 00:49 00:22 00:08
00:49 01:08 02:49 00:26 01:11 - 00:53
00:30 00:18 00:17 00:31 00:42 00:13 00:08
00:15 00:28 00:22 00:26 00:31 - 00:17
00:23 00:12 00:08 00:16 00:28 00:20 00:50
00:39 01:38 00:26 00:19 00:22 00:27 00:38
00:23 00:15 00:51 00:27 00:26 00:39 00:18
00:06 00:13 00:09 00:40 00:32 00:25 00:17
00:24 00:42 01:18 00:19 00:21 00:37 00:08
01:15 00:43 02:06 00:43 00:53 02:22 01:36
00:12 00:12 00:17 00:06 00:40 00:25 00:14
00:06 00:04 00:09 00:35 00:38 - 00:16
00:28 00:05 00:09 00:18 00:19 00:15 00:07
00:40 00:44 00:30 00:23 00:29 00:54 00:52
00:09 00:31 01:17 00:31 00:47 01:10 00:12
00:33 00:19 00:24 00:26 00:10 00:36 00:15
00:11 00:30 00:23 00:07 00:22 00:18 00:09
01:47 00:12 00:25 00:20 00:30 00:40 00:09
00:14 00:30 00:08 00:03 00:46 01:18 00:13
00:17 00:07 00:05 00:17 00:47 00:09 00:08
02:17 00:35 - 00:27 00:59 00:16 00:21
00:16 00:09 00:21 00:03 00:21 01:08 00:09
00:18 00:04 00:44 00:05 00:20 00:18 00:09
00:13 00:07 - 00:25 00:20 00:11 00:07
00:22 00:04 00:24 00:32 00:31 00:28 00:44
00:23 00:09 00:37 00:35 00:34 00:46 00:15
00:05 00:03 00:23 00:20 00:07 00:07 00:10
00:29 00:20 00:14 00:24 00:08 00:11 00:07
19:31 16:44 21:30 17:21 21:02 21:28 15:12
vinayak ADITYA Kaushiki SIDDHANT
Komal Komal Anashva Singh Harsh Anand
Solanki DUBEY Agrawal JAIN

00:12 00:18 00:23 00:38 00:21 00:19 00:26


00:13 00:11 00:10 00:07 00:08 00:07 00:10
00:15 00:09 00:20 00:06 00:08 00:12 00:11
00:11 00:46 00:11 00:09 00:08 00:05 00:12
00:12 00:08 00:22 00:19 02:35 00:28 01:01
00:26 00:07 00:22 00:16 00:22 00:16 -
00:36 00:42 00:41 00:34 00:41 00:29 00:46
00:06 00:44 00:27 00:27 00:34 00:30 -
00:05 00:05 00:29 00:32 00:26 00:39 01:23
00:05 00:10 00:10 00:22 00:31 00:12 00:33
00:31 00:12 00:28 00:15 00:10 00:08 00:31
00:09 00:06 00:08 00:16 00:06 00:08 00:12
00:06 00:04 00:08 00:05 00:12 00:06 -
00:11 00:03 01:01 00:16 00:12 00:15 00:26
00:30 00:09 00:40 00:08 00:53 00:09 01:33
00:12 00:06 00:17 00:11 00:10 00:14 00:34
01:12 00:13 00:47 00:37 03:14 00:50 01:41
00:50 00:09 00:18 00:23 00:17 00:11 00:26
00:30 01:16 00:30 00:13 00:33 00:13 -
00:34 00:23 00:14 00:09 00:12 00:05 00:19
00:32 00:18 00:08 00:10 00:09 00:14 00:18
00:29 01:01 00:47 00:56 01:32 00:43 00:33
00:30 00:08 00:17 00:12 00:15 00:16 00:31
00:28 00:29 00:50 00:13 00:20 00:10 00:21
00:51 00:46 00:21 02:25 00:56 00:38 00:47
00:13 00:17 00:28 00:18 00:24 00:15 00:15
00:13 00:07 00:10 00:19 00:06 00:05 00:53
00:13 00:12 00:10 00:09 00:08 00:04 00:17
00:14 00:34 00:16 01:00 00:13 00:26 -
00:18 01:49 00:20 00:18 00:20 01:03 00:10
00:47 00:17 00:14 01:39 00:36 00:18 -
00:18 00:30 00:10 00:08 00:07 00:05 -
00:33 00:08 00:16 00:26 00:17 00:14 00:27
00:16 00:11 00:38 00:22 00:25 00:14 00:36
00:32 00:16 00:08 00:03 00:06 00:03 00:05
00:21 00:11 00:10 00:09 00:10 00:18 00:25
00:21 00:31 00:20 00:10 00:08 00:11 00:05
00:27 00:52 00:26 00:07 00:09 00:10 00:26
00:14 00:09 00:21 00:07 00:09 00:22 00:19
00:31 00:26 00:32 00:19 00:10 00:15 -
00:38 00:17 00:38 01:06 00:18 00:27 01:04
00:05 00:03 00:11 00:05 00:07 00:06 00:35
00:16 00:06 00:11 00:08 00:07 00:06 00:17
16:26 15:39 16:08 16:52 19:05 12:19 18:48
VANISHA MAHAK Satyendra Govind Divyansh
Krati Gupta Shivika Jain
MITTAL BANSAL Singh Thakur Varshney

00:28 - 00:10 00:25 00:18 00:34 00:25


00:09 00:29 00:29 00:17 00:16 00:11 00:05
00:13 00:23 00:07 00:05 00:13 00:25 -
00:08 00:05 00:08 00:06 00:19 00:13 00:07
00:36 01:11 00:15 00:19 00:37 00:24 00:59
00:23 00:42 00:07 00:14 00:24 00:25 00:28
00:22 00:02 01:55 00:19 00:24 01:33 -
00:27 - 01:33 00:18 00:26 00:55 00:31
00:16 00:34 00:07 01:17 00:15 00:33 00:41
00:36 00:24 00:09 00:09 00:28 00:39 -
00:25 - 00:18 00:14 00:18 00:51 00:50
00:06 00:43 00:18 00:09 00:13 00:09 01:31
00:11 00:07 00:06 00:09 00:07 00:06 00:07
00:23 00:12 00:09 00:07 00:10 00:47 00:10
00:10 00:08 00:14 00:09 00:35 00:12 03:27
00:16 00:07 00:04 00:10 00:36 01:21 00:08
00:34 00:46 00:25 02:47 00:07 00:47 01:26
00:14 00:14 01:01 00:15 00:07 00:11 -
00:21 - 01:43 00:11 00:13 02:10 00:16
01:30 00:06 00:09 00:07 00:56 00:20 00:12
02:11 00:09 00:12 00:11 00:43 00:20 00:07
00:29 00:14 00:05 00:35 00:41 00:45 00:34
00:15 00:36 00:15 00:09 00:45 00:27 00:27
00:22 01:20 00:08 00:35 00:28 00:26 00:09
00:28 01:02 00:30 00:12 00:18 00:54 02:48
00:09 00:09 00:13 00:15 00:20 00:12 -
00:09 00:39 00:06 00:06 00:24 00:13 00:12
00:07 00:05 00:10 00:08 00:18 00:11 -
01:01 00:37 00:59 00:15 00:28 00:13 00:37
00:45 00:10 00:07 00:13 00:42 - 01:47
00:18 - 00:15 00:14 00:16 00:34 00:08
00:14 - 00:19 00:09 00:44 00:12 00:33
01:11 00:16 00:41 00:18 00:39 00:11 00:21
00:23 00:15 00:05 00:23 00:30 00:33 00:27
00:07 - 00:06 00:04 00:06 00:07 00:05
00:14 00:10 00:50 00:10 00:11 - 00:21
00:13 00:23 00:07 00:09 00:09 00:44 00:06
00:11 - 00:04 00:10 00:15 00:11 00:23
00:10 00:29 01:13 00:07 00:11 00:08 00:07
01:18 - 00:05 00:15 00:08 01:08 00:35
00:29 00:36 00:20 00:31 00:19 00:19 -
00:12 - 00:10 00:09 00:13 - 00:17
00:09 00:09 00:06 00:05 00:12 00:11 -
18:53 13:32 16:33 13:10 16:02 20:45 21:27
Aditya Prasoon ANSHIKA ANANT
NAKUL SAINI Anshul Yadav random
Prakash Kumar Male BHADAURIA SRIVASTAVA

00:18 00:27 00:14 00:18 00:23 00:32 00:29


00:13 00:10 00:27 00:05 00:27 00:19 00:24
01:01 00:07 00:12 00:19 00:30 00:05 00:21
00:12 00:08 00:04 00:09 00:10 00:06 00:12
00:14 00:16 00:27 00:20 00:54 00:36 00:26
00:59 00:09 00:14 00:18 00:19 00:24 00:41
01:16 00:47 00:25 00:06 01:15 01:21 00:26
01:25 00:40 00:40 00:20 00:24 00:36 00:14
00:24 00:31 01:06 00:21 00:42 00:26 00:54
00:12 00:16 00:19 00:23 00:46 00:55 00:10
00:27 00:22 00:21 00:25 00:13 00:22 00:16
00:07 00:10 00:06 00:06 00:35 00:15 00:09
00:06 00:11 00:13 00:07 00:18 00:15 00:06
00:29 00:04 00:10 00:10 00:20 00:05 00:23
00:20 00:59 00:15 00:29 00:46 00:32 00:23
01:27 00:09 00:11 00:13 01:02 00:16 00:27
00:28 00:31 01:55 01:45 01:05 00:46 00:32
01:26 00:11 00:24 00:33 00:47 00:21 00:37
00:44 00:07 00:13 01:04 00:23 00:13 01:07
00:30 00:06 00:11 00:11 00:18 00:06 00:08
00:34 00:33 00:10 00:18 00:10 00:19 00:42
00:20 00:30 00:22 00:50 00:19 01:00 02:03
00:13 00:23 00:09 00:21 00:32 00:39 00:27
00:20 00:10 00:24 00:11 00:34 00:24 00:46
00:23 00:21 01:20 00:55 00:54 00:31 00:45
00:03 00:12 00:13 00:19 00:16 00:14 01:02
00:25 00:07 00:06 00:06 00:11 00:13 00:11
00:12 00:04 00:08 00:05 00:10 00:08 00:07
00:18 00:32 00:12 00:12 00:08 00:25 01:11
00:10 01:34 00:13 00:16 00:16 00:31 00:38
01:10 00:07 00:11 00:29 00:29 00:18 00:36
00:18 00:10 00:07 00:05 00:20 00:20 00:25
00:42 00:09 00:07 00:14 00:15 00:11 00:27
00:09 00:09 00:37 00:11 00:29 00:11 00:24
00:13 00:03 00:07 00:04 00:10 00:04 00:06
01:07 00:11 00:09 00:14 00:15 00:20 00:11
00:27 00:05 00:07 00:17 00:25 00:11 00:16
00:05 00:14 00:10 00:14 00:21 00:22 00:10
00:15 00:10 00:07 00:08 00:16 00:06 00:15
00:14 00:14 00:14 00:21 00:11 00:35 00:27
00:18 00:35 00:42 00:40 00:40 00:28 00:37
00:16 00:05 00:05 00:09 00:38 00:15 00:14
00:16 00:08 00:07 00:06 00:16 00:06 00:09
20:46 13:07 14:14 14:27 19:52 16:22 20:34
Srishti Laxita RAVEENA Piyush Mani
ANKIT KUMAR Abhishek Seth Arti Saini
Agarwal Samantani THAKUR Tripathi

00:23 - 00:31 00:29 02:12 00:09 00:11


00:22 - 00:09 00:08 00:08 00:09 00:10
00:10 00:15 00:09 00:22 00:38 00:18 00:14
00:08 00:07 00:11 00:11 00:13 00:08 00:18
00:34 - 00:12 - 00:57 00:20 00:25
00:54 00:24 00:31 00:22 00:25 00:20 00:12
00:57 01:30 00:36 00:57 00:08 00:35 00:31
00:16 01:24 00:37 01:07 00:28 00:13 00:18
00:12 02:32 01:09 00:37 00:26 00:28 00:22
00:11 00:38 00:55 00:09 00:30 00:14 00:06
00:29 00:26 00:20 00:16 00:54 00:18 00:25
00:12 00:09 00:09 00:10 00:20 00:21 00:06
00:12 - 00:16 00:10 00:18 00:15 00:07
00:15 01:03 00:14 00:10 00:12 00:09 00:10
00:56 02:28 00:16 02:40 00:45 00:27 00:10
00:11 - 00:10 00:08 00:56 00:10 00:17
01:24 - 00:45 01:20 00:21 00:24 01:49
00:08 - 00:11 00:19 00:16 00:11 00:14
00:21 00:38 00:13 00:35 00:20 00:08 00:53
00:45 00:39 00:10 00:12 00:17 00:05 00:11
00:13 - 00:10 00:35 00:32 00:19 00:10
00:13 00:33 00:04 00:46 00:25 00:11 00:21
00:06 - 00:14 - 00:10 00:20 00:24
00:36 00:22 00:44 00:10 00:35 00:31 00:10
00:41 01:26 01:00 01:44 00:59 00:52 01:10
00:18 00:10 00:14 00:29 00:25 00:13 00:11
00:06 - 00:08 00:14 00:13 00:18 00:19
00:06 01:04 00:04 00:10 00:07 00:10 00:06
00:07 - 00:55 00:10 00:19 00:19 00:13
00:13 00:46 00:07 01:43 00:13 00:11 01:06
00:06 01:12 00:16 00:37 01:07 00:11 00:16
00:06 - 00:08 00:11 00:36 00:16 00:09
00:11 01:37 00:25 00:12 00:22 00:16 00:21
00:13 - 00:18 00:20 01:24 00:04 00:23
00:06 00:06 00:12 00:07 00:25 00:06 00:04
00:08 - 00:25 00:18 00:07 00:11 00:21
00:14 - 00:09 - 00:08 00:13 00:13
00:16 00:59 00:08 00:12 00:16 00:13 00:20
00:13 00:15 00:06 00:12 00:35 00:08 00:07
00:16 01:12 00:24 00:18 00:17 00:14 00:24
00:49 - 01:32 00:32 00:33 00:19 00:37
00:05 - 00:07 - 00:14 00:27 00:07
00:05 - 00:09 00:13 00:25 00:05 00:06
14:27 21:55 15:43 19:35 21:11 11:29 14:47
Tushant Mayank muskan Rishika Shreya Utkarsh
Sneha Gupta
Thakur Saraswat Chaudhary Raghuvanshi Shrivastava Sonkar

00:19 00:22 00:25 - 00:25 01:32 00:21


00:07 00:14 00:07 00:13 00:12 00:09 00:59
00:08 00:10 00:08 00:06 00:07 00:05 00:05
00:11 00:12 00:14 00:05 00:05 00:06 00:06
00:32 00:26 01:04 00:33 00:31 00:30 00:14
01:02 00:30 00:17 - 00:24 00:31 01:24
00:34 00:46 00:37 00:49 00:57 01:31 00:05
00:41 00:24 00:21 00:40 00:15 00:17 00:07
00:30 00:52 00:19 01:01 00:35 00:09 02:22
00:16 00:15 01:21 - 00:42 00:23 00:05
00:13 00:25 00:15 00:28 00:30 00:15 00:11
00:17 00:19 00:12 - 00:13 00:23 00:07
00:23 00:18 00:07 00:09 00:24 00:12 00:08
00:23 00:21 00:11 00:20 00:17 00:45 00:16
00:21 00:49 00:10 03:08 01:56 00:44 00:24
00:09 00:12 00:19 00:11 00:11 00:16 00:12
00:10 01:11 02:10 01:07 00:27 00:03 01:07
00:19 00:21 00:14 - 00:41 00:18 00:20
00:32 00:13 00:57 00:07 00:29 00:35 00:21
00:11 00:11 00:06 02:15 00:10 00:16 00:32
00:14 00:11 00:30 - 00:18 00:13 00:07
00:42 00:19 00:15 - 00:40 00:07 00:14
00:31 00:07 00:20 00:35 00:15 00:24 00:10
00:10 00:15 00:17 00:24 00:17 00:20 00:55
00:41 01:22 01:53 01:52 01:42 00:44 00:06
00:21 00:21 01:11 00:21 00:20 00:39 00:02
00:06 00:07 00:06 00:16 00:15 00:23 00:10
00:06 00:10 00:18 00:04 00:09 00:03 00:09
00:18 00:28 00:45 01:25 00:29 01:29 00:49
00:12 00:22 00:16 00:19 00:10 00:15 01:52
00:24 00:13 00:15 00:14 00:20 00:12 00:28
01:02 00:14 00:12 00:08 00:12 00:12 00:38
00:25 00:46 01:08 02:30 00:09 00:05 00:33
00:05 00:33 00:21 00:11 00:06 00:25 00:11
00:05 00:07 00:05 00:04 00:15 00:11 00:15
00:27 00:11 00:22 00:09 00:16 00:12 00:15
00:11 00:09 00:22 00:12 00:11 00:25 00:14
00:38 00:12 00:09 00:23 00:11 00:41 00:26
00:09 00:10 00:07 00:11 00:19 00:26 00:05
00:10 00:19 00:23 00:28 00:40 00:09 00:07
00:46 00:37 00:08 - 01:17 00:51 01:00
00:06 00:09 00:13 00:06 00:24 00:16 00:14
00:04 00:08 00:05 00:10 00:08 00:06 00:08
15:11 16:01 19:15 21:14 18:34 17:48 18:34
KARTIKEY Arumesh CHARLES
Utkarsh Singh Khushi Singh Anmol RINI GUPTA
GUPTA Gupta BABBAGE

00:17 00:18 00:04 00:22 00:18 00:28 00:27


00:24 00:16 00:14 00:15 00:28 00:15 00:30
00:14 00:22 00:16 00:09 00:09 00:21 00:07
00:25 00:15 00:31 00:09 00:06 00:19 00:07
00:37 00:35 00:33 01:44 00:41 00:24 00:24
00:29 00:27 01:48 00:16 00:16 00:15 00:23
00:25 00:28 00:18 00:53 00:29 00:06 00:41
00:35 00:54 00:50 00:57 00:42 00:14 00:16
00:32 00:42 00:57 00:21 00:25 00:48 00:28
00:09 00:56 00:29 - 00:40 00:08 00:50
00:17 00:48 00:33 00:11 00:23 00:11 00:21
00:07 00:06 00:08 00:16 00:09 00:08 00:07
00:12 00:18 00:10 00:17 00:06 00:06 00:10
00:12 00:12 01:06 00:08 00:16 00:13 00:07
00:36 00:33 00:36 01:02 00:57 00:16 00:42
00:22 00:30 00:17 00:08 00:10 00:26 00:31
03:55 00:49 00:10 01:36 00:32 00:20 01:06
00:58 00:16 00:37 - 00:23 00:11 00:25
00:30 00:29 00:18 03:53 - 00:12 00:26
00:13 00:10 01:06 00:05 00:27 00:09 01:00
00:23 00:11 00:56 - 00:22 00:23 00:17
00:18 00:16 00:13 00:58 00:53 00:18 00:21
00:09 00:29 00:27 00:12 00:30 00:13 00:07
00:12 00:32 00:25 00:12 00:49 00:13 00:46
00:51 00:31 00:41 01:23 01:58 00:16 00:52
00:10 00:11 00:15 00:15 00:19 00:04 00:09
00:07 00:07 00:26 - - 00:09 00:11
00:13 00:18 00:26 - 00:06 00:03 00:12
00:37 00:44 00:13 00:12 00:36 00:46 00:12
00:18 00:19 00:25 01:43 01:08 00:19 00:16
00:29 00:26 00:18 00:21 00:28 00:11 00:16
00:12 00:27 00:16 00:11 00:13 00:14 00:14
00:15 00:10 00:53 - 00:30 00:07 00:25
00:22 00:14 00:28 00:32 00:21 00:11 00:21
00:07 00:17 00:03 00:05 00:11 00:09 00:08
00:11 00:34 01:13 00:18 00:09 00:19 00:13
00:12 00:14 00:23 00:08 00:09 00:17 00:15
00:32 00:44 00:23 - 00:30 00:26 00:22
00:09 00:24 00:12 00:29 00:12 00:06 00:11
00:21 00:30 00:39 00:36 01:04 00:13 00:11
00:28 00:12 00:05 00:42 00:33 00:28 00:29
00:08 00:16 00:11 00:16 00:15 00:12 00:11
00:14 00:58 00:08 00:11 00:07 00:09 00:09
18:27 18:28 20:40 21:26 19:00 11:16 15:56
ABHINAV
Balram singh Lucky Jain Nikhil Chahar Harshita Singh kritika mishra Ayush Sharma
GARG

00:21 00:20 00:18 00:25 - 00:36 00:27


00:29 00:56 00:25 00:17 00:12 00:35 00:03
00:08 00:07 00:42 00:12 00:43 00:36 00:22
01:04 00:09 00:06 - - 00:06 -
00:12 00:14 00:18 00:46 01:11 00:27 01:58
00:16 00:04 00:13 00:26 00:52 00:24 00:29
01:26 00:21 00:59 01:09 - 01:00 00:37
00:25 01:00 00:49 00:47 01:03 00:16 -
- 00:11 00:23 01:05 00:58 00:34 01:02
00:29 00:27 00:44 01:10 00:35 00:50 01:00
00:27 00:31 00:15 00:39 00:16 00:37 -
00:09 00:10 00:16 00:08 - 00:05 00:25
00:12 00:10 00:12 00:11 00:32 00:11 00:12
00:23 00:39 00:14 00:23 - 00:14 00:42
00:39 00:11 00:18 01:26 - 00:41 00:33
01:07 00:13 00:09 00:11 00:10 00:46 00:35
01:33 00:08 01:27 00:49 00:43 01:04 01:11
00:35 00:14 00:24 00:35 00:41 00:26 00:46
00:12 00:40 00:16 01:01 00:35 00:15 00:40
01:08 00:41 00:44 00:08 - 00:17 -
00:58 00:57 00:24 00:25 00:24 00:21 -
00:09 00:20 00:47 00:49 - 00:46 01:08
- 00:09 00:15 00:15 00:35 00:46 00:11
00:37 00:47 00:07 00:19 - 00:13 01:04
00:11 00:51 02:03 00:42 00:46 00:31 -
00:44 00:43 00:18 00:30 00:46 00:14 00:35
00:47 01:13 00:11 00:17 - 00:08 00:51
00:37 00:37 00:12 00:16 - 00:32 00:31
00:29 00:30 00:38 00:30 00:40 00:49 00:40
00:46 00:36 00:31 00:16 01:05 00:14 -
00:04 00:17 00:50 00:52 01:06 00:18 00:38
00:08 00:20 00:14 00:17 00:08 00:22 -
00:51 00:15 00:17 01:10 00:28 00:06 00:28
00:11 00:12 00:23 - 00:34 00:31 -
00:05 01:10 00:08 00:07 - 00:17 00:20
00:15 00:18 00:07 00:23 - 00:13 00:23
00:24 00:08 00:08 00:15 00:41 00:22 -
00:25 00:25 00:07 00:11 - 00:11 -
00:13 00:12 00:08 00:12 00:11 00:07 00:12
- 00:40 00:22 00:46 01:27 00:13 01:11
01:04 00:40 00:27 00:55 00:34 00:16 -
00:49 00:34 00:11 - 00:17 00:08 00:14
00:10 00:09 00:08 - 00:12 00:10 00:08
21:12 19:29 18:08 21:15 18:25 17:48 19:36
Aditya Abhishek LOKESH ARYAN
Abhay Nitin Tyagi Ansh Tomar
Maheshwari Yadav CHAUDHARY GUPTA

00:34 00:50 00:36 00:49 - 00:38 00:14


00:14 00:12 00:33 00:22 00:18 00:18 00:09
00:14 00:12 00:06 00:28 00:15 00:11 00:08
00:09 00:12 00:11 00:10 00:15 00:09 00:09
00:28 00:51 00:25 00:25 00:19 00:39 00:11
00:37 00:20 00:15 00:16 00:23 00:21 00:11
00:31 00:10 00:13 00:21 00:52 00:26 00:08
00:13 00:33 00:32 00:23 00:14 00:37 00:19
00:39 00:42 00:47 00:36 01:01 00:28 00:17
00:21 00:10 00:08 01:52 00:24 00:10 00:28
00:16 00:31 00:32 00:28 00:13 00:21 00:20
00:17 00:07 00:08 00:23 00:08 00:08 00:04
00:15 00:10 00:09 00:21 00:07 00:06 00:09
00:45 00:19 00:13 00:06 00:16 00:11 00:13
01:25 00:25 00:38 00:50 00:54 00:16 00:42
00:10 00:33 00:40 00:21 00:53 00:10 00:11
01:35 00:21 00:09 00:26 03:40 00:39 01:43
00:05 00:35 00:16 00:27 00:20 00:17 00:10
00:20 00:41 00:15 00:34 01:32 00:23 00:09
00:21 00:31 00:07 00:11 00:07 00:13 00:06
00:08 00:19 00:41 00:28 00:21 00:34 01:50
00:26 00:19 00:13 00:32 00:59 00:56 00:28
00:23 00:20 00:37 00:25 00:25 00:09 00:38
00:18 00:35 00:35 00:24 01:06 00:22 00:32
00:11 00:27 00:31 00:08 01:54 00:52 01:49
00:13 00:23 00:36 00:21 00:41 00:24 00:10
00:14 00:31 00:15 00:07 00:08 00:19 00:06
00:17 00:08 00:13 00:14 00:05 00:08 00:06
00:17 00:22 00:08 00:17 00:07 00:30 01:29
00:33 00:27 00:09 00:18 - 00:26 01:00
00:28 00:30 00:36 00:23 00:24 00:20 00:22
00:32 00:31 00:09 00:14 00:15 00:11 00:10
00:17 00:23 00:30 00:09 00:14 00:18 01:20
00:32 00:22 00:45 00:11 00:22 00:13 00:11
00:11 00:17 00:05 00:14 00:08 00:05 00:06
00:18 00:29 00:18 00:18 00:23 00:24 00:13
00:19 00:14 00:43 00:17 00:10 00:15 00:11
00:11 00:12 00:09 00:15 00:49 00:33 00:08
00:16 00:46 00:09 00:14 00:07 00:07 00:07
00:10 00:22 00:28 00:12 00:13 00:16 00:17
01:15 00:32 00:22 00:49 00:07 00:53 00:28
00:17 00:57 00:12 00:36 00:08 00:10 00:07
00:13 00:10 00:09 00:21 00:10 00:17 00:06
17:28 18:01 15:26 17:16 21:27 15:23 17:55
Ayushi varun Keshav ADITYA YASH
Gaurav Kuntal RITU GOYAL
Rathore chauhan Thakur MAHESHWARI VARSHNEY

00:14 00:04 00:19 00:50 00:11 00:20 00:16


00:58 - 00:20 00:13 00:09 00:10 00:09
00:36 00:08 00:15 00:06 00:08 00:08 00:08
00:09 00:07 00:10 00:16 00:05 00:12 00:17
00:25 00:41 00:45 00:06 00:09 00:50 00:06
00:52 00:26 00:25 00:34 00:23 00:33 00:21
00:42 00:49 00:20 00:10 00:17 00:53 00:07
00:37 00:39 00:16 00:11 00:13 00:34 00:12
00:04 00:05 00:30 01:11 00:35 00:17 00:17
00:11 01:04 00:17 00:05 00:06 00:17 02:57
00:18 00:55 00:20 00:16 00:07 00:13 00:17
00:06 00:10 00:10 00:05 00:08 00:11 00:12
00:13 00:12 00:08 00:11 00:27 00:12 00:09
00:17 00:15 00:20 00:15 00:09 00:09 00:30
00:47 00:59 00:20 00:33 00:07 01:05 00:09
00:11 00:20 00:11 00:36 00:05 00:14 00:07
01:12 02:07 00:49 00:11 02:40 00:50 00:44
00:16 00:03 00:17 01:09 00:09 00:15 00:56
00:07 00:03 00:22 00:53 00:11 00:12 01:44
01:12 00:08 00:13 00:05 00:16 00:13 00:31
00:28 00:43 00:15 00:15 00:08 00:09 00:32
00:06 00:36 00:42 00:08 00:13 00:35 00:45
00:12 00:04 00:24 00:18 00:06 00:13 00:06
00:33 01:34 00:21 00:34 00:11 00:21 00:40
00:58 01:10 00:43 00:31 01:16 01:07 01:10
00:53 00:15 00:17 00:17 00:15 00:55 00:12
00:36 01:14 00:10 00:07 00:09 00:35 00:05
00:07 00:26 00:14 00:13 00:04 00:07 00:08
00:24 00:04 00:11 00:28 00:06 00:14 00:09
00:13 01:20 00:14 00:29 00:07 00:15 00:08
00:32 00:39 00:20 00:14 00:09 00:19 00:11
00:10 00:29 00:09 00:23 00:08 00:13 00:15
00:24 00:10 00:08 00:39 00:06 00:15 00:16
02:14 00:22 00:21 00:19 00:04 00:24 00:08
00:04 00:05 00:08 00:15 00:04 00:07 00:06
01:18 00:28 00:18 00:09 00:09 00:10 00:09
00:12 00:23 00:14 00:03 00:08 00:32 00:07
00:15 00:04 00:11 00:06 00:08 00:10 00:12
00:11 00:42 00:05 00:27 00:09 00:18 00:18
00:03 00:19 00:32 00:09 00:12 00:18 00:06
00:47 00:42 00:18 00:31 00:53 00:39 01:34
00:04 00:10 00:16 00:21 00:09 00:08 00:16
00:12 - 00:05 00:04 00:04 00:05 00:06
20:23 21:14 13:23 14:56 11:33 15:57 17:48
Sakshi Krishna Himanshu SHASHANK
Shani Kumar Radhika JATIN Kumar
Agrawal Bhardwaj Kushwaha TIWARI

00:19 00:14 00:31 00:28 00:30 00:14 00:10


00:10 00:24 00:09 00:13 00:06 00:10 00:19
00:14 00:07 00:13 00:11 00:13 00:39 00:12
00:08 00:35 00:17 00:19 00:06 - 00:12
00:45 03:00 00:11 00:52 00:17 00:15 00:18
00:27 00:08 00:15 00:32 00:35 01:24 00:32
00:49 00:16 00:24 00:35 00:21 00:13 00:49
00:22 00:18 00:24 00:28 00:36 00:30 00:26
00:25 00:51 00:26 01:21 01:39 00:50 01:01
00:56 00:41 01:01 00:31 00:25 00:07 00:29
00:10 00:21 00:53 00:16 00:18 00:31 00:17
00:15 00:10 00:27 00:06 00:16 00:09 00:08
00:13 00:48 00:08 00:08 00:24 00:10 00:17
00:10 00:18 00:12 00:13 00:18 00:44 00:22
00:27 00:19 00:13 01:04 00:17 - 00:11
00:11 00:17 00:06 00:12 00:06 00:30 00:10
02:22 00:57 00:47 00:25 02:19 00:13 00:10
00:14 00:12 00:10 00:13 00:44 00:09 00:32
00:44 00:31 00:52 00:37 00:19 00:31 00:58
00:09 00:24 01:58 00:39 00:26 00:28 00:19
00:28 00:50 00:43 00:16 00:23 01:01 00:16
00:22 00:26 00:41 00:31 00:55 00:49 00:18
00:13 00:05 00:15 00:22 00:13 00:20 00:04
00:36 00:28 00:12 00:14 00:31 00:21 00:13
00:19 00:15 00:54 00:42 00:20 00:27 00:39
00:38 00:15 00:25 00:26 00:22 - 00:28
00:13 00:30 00:11 00:35 00:06 - 00:10
00:10 00:14 00:06 00:13 00:06 00:11 00:11
00:51 00:06 00:16 00:51 00:10 00:18 00:13
00:24 00:15 00:17 00:34 00:27 00:26 00:06
00:22 00:10 00:26 00:38 00:46 00:26 00:52
00:07 00:11 00:39 00:24 00:13 00:31 00:25
00:45 00:37 01:31 01:07 01:43 00:25 00:08
00:26 00:30 00:40 00:25 00:59 00:33 00:12
00:07 00:05 00:04 00:04 00:04 00:11 00:07
00:11 00:12 00:13 00:23 00:27 00:14 00:27
00:12 00:16 00:14 00:09 00:09 00:29 00:18
00:14 00:31 00:11 00:22 00:09 00:35 00:13
00:13 00:28 00:10 00:14 00:12 00:20 00:08
00:42 00:39 00:22 00:18 00:38 00:10 00:09
00:37 00:09 00:28 01:08 00:30 00:16 00:52
00:04 00:12 00:18 00:17 00:24 00:28 00:10
00:12 00:07 00:05 00:15 00:07 00:13 00:09
17:56 18:22 18:58 19:51 20:09 16:31 14:40
Apransh Priyanshu
Gtderc Gtderc Ayush Lohiya Tanu Rathore Harshit singh Sahil Agr
Yadav Singh

00:31 00:16 00:27 00:06 00:07 00:12 00:29


00:12 00:06 00:13 00:09 00:17 00:24 00:09
00:17 00:04 00:11 00:10 00:10 00:20 00:05
00:05 00:09 00:08 00:09 00:23 00:19 00:08
00:22 06:10 00:32 00:13 00:15 00:28 00:17
00:35 00:09 00:23 00:25 00:15 00:21 00:19
00:26 00:56 00:40 00:11 00:08 00:28 00:49
00:18 00:14 00:33 00:10 00:10 00:25 00:13
00:38 01:11 00:25 00:16 00:26 00:27 00:43
00:04 00:11 00:24 00:06 00:30 01:15 00:05
00:10 00:14 00:33 00:18 00:32 00:18 00:39
00:13 00:13 00:21 00:18 00:07 00:07 00:14
00:07 00:07 00:09 00:09 00:07 00:08 00:11
00:37 00:36 00:05 00:18 00:37 00:06 00:14
00:15 00:53 00:52 00:11 00:39 00:30 00:53
00:26 00:13 00:11 00:14 00:56 00:11 00:09
00:42 00:20 02:22 00:15 00:06 01:28 00:38
00:29 00:18 00:52 00:07 00:06 00:14 00:24
00:03 00:16 00:32 00:22 00:23 00:08 00:12
00:06 00:04 00:04 00:24 00:10 00:12 00:06
00:38 00:05 00:24 00:10 00:13 00:16 00:23
01:05 00:07 00:33 00:11 00:12 00:48 00:20
00:14 00:08 00:15 00:16 00:20 00:12 00:58
00:04 00:57 00:21 00:19 00:14 00:12 00:14
00:13 00:09 02:00 00:14 00:14 00:23 01:12
00:20 00:11 00:42 00:13 00:07 00:09 00:19
00:18 00:11 00:08 00:11 00:10 00:09 00:09
00:15 00:08 - 00:14 00:07 00:08 00:07
02:34 01:21 01:08 00:15 00:14 00:07 00:37
00:14 01:02 00:26 00:19 00:07 00:13 00:23
00:13 00:11 00:29 00:07 00:13 00:14 00:22
00:20 00:07 00:42 00:10 00:54 00:08 00:17
00:38 00:09 00:15 00:26 00:12 00:25 00:13
00:14 00:40 00:21 00:06 00:22 00:27 00:15
00:10 00:07 00:15 00:14 00:12 00:04 00:05
00:19 - 00:25 00:12 00:07 00:21 00:11
00:17 00:13 00:09 00:22 00:27 00:14 00:11
00:14 - 00:22 00:23 00:20 00:09 00:42
00:07 00:06 00:41 00:06 00:19 00:16 00:06
00:11 00:05 00:38 00:13 00:15 00:22 00:22
00:18 00:24 - 00:20 00:07 00:37 00:48
00:14 00:04 - 00:14 00:18 00:19 00:16
00:13 00:06 - 00:10 00:07 00:07 00:43
15:59 19:11 20:11 09:56 12:15 14:21 16:10
abhishek parth Bhawna Kapil
Nishant Luffy Luffy Koushal Jha
saraswat maheshwari Gupta Chaudhary

00:23 00:49 00:30 00:14 01:50 00:33 00:24


00:33 00:14 00:12 00:14 00:10 00:19 00:17
00:27 00:11 00:21 00:18 - 00:20 00:23
00:05 00:11 00:16 00:16 00:35 - 00:09
00:38 00:32 00:36 00:40 02:09 - 00:32
00:33 00:34 00:19 00:39 00:08 00:26 00:15
00:40 00:35 00:29 00:09 - - 00:12
00:20 00:30 00:39 00:10 - - 00:28
00:20 00:27 01:10 00:03 02:00 - 00:48
00:35 00:16 00:30 00:28 00:32 01:38 00:24
00:17 00:35 00:27 00:48 00:15 00:16 00:08
00:10 00:08 00:14 00:07 - 00:51 00:27
00:06 00:10 00:09 00:20 00:18 00:15 00:13
00:11 00:17 00:12 00:37 00:15 00:16 00:14
00:16 00:45 00:36 01:30 - - 00:06
00:08 00:24 00:12 00:48 00:08 00:14 00:11
00:15 00:09 00:58 01:30 - - 00:19
00:15 00:30 00:30 00:17 - 00:19 00:19
01:13 00:24 00:17 01:10 00:16 00:30 00:33
00:05 00:10 00:24 00:41 01:41 01:39 00:08
00:25 00:12 00:11 00:36 00:34 00:46 00:15
00:07 00:22 00:32 00:14 - 02:40 00:28
00:08 00:14 00:18 00:22 - - 00:09
00:29 00:39 02:02 01:02 00:46 - 00:27
01:44 01:16 00:46 01:01 - - 00:53
00:15 00:23 00:24 00:13 01:16 00:12 00:11
00:06 00:15 00:15 00:31 00:55 - 00:08
00:16 00:18 00:07 00:08 - - 00:20
00:45 00:36 00:45 00:33 00:26 - 00:34
01:03 00:15 00:46 00:12 - - 00:26
00:28 00:31 00:26 00:14 01:10 01:53 00:14
00:08 00:13 00:09 00:20 00:59 00:17 00:12
00:11 00:16 00:27 00:07 01:08 02:02 00:11
00:27 00:18 00:18 00:17 00:31 00:37 00:16
00:03 00:11 00:05 00:07 00:06 00:08 00:10
00:16 00:21 00:16 00:30 00:43 00:15 00:23
00:10 00:11 00:23 00:09 00:09 00:31 00:10
00:09 00:10 00:12 00:29 00:19 00:42 00:07
00:14 00:16 00:10 00:13 00:35 - 00:08
00:20 00:39 00:27 00:22 - 00:23 00:23
00:43 00:45 00:36 00:17 - 02:22 00:15
00:09 00:18 00:17 00:11 01:30 00:13 00:22
00:05 00:10 00:12 00:19 - 00:20 00:09
16:11 16:40 19:05 19:26 21:24 20:57 13:21
Ankit Abhinav ADITYA soumya RAVI SANKAR
MANISH JHA Shubhi Garg
Prajapati Tiwari GUPTA upadhyay AX

00:47 00:26 00:13 00:16 00:17 00:00 00:26


00:18 00:14 00:19 00:19 - 00:01 00:23
00:13 00:25 00:12 00:08 00:51 00:01 00:13
00:14 00:13 00:13 00:07 00:17 00:02 00:10
01:13 00:21 00:10 00:27 01:31 00:00 00:34
01:12 00:19 00:37 01:04 - 00:08 00:16
01:39 00:20 00:35 00:39 00:51 00:06 00:39
00:46 00:10 00:19 01:32 00:25 00:05 00:18
00:55 00:27 00:25 - 00:21 00:37 00:20
- 00:13 00:47 00:10 00:37 00:07 00:20
00:30 00:47 00:51 00:53 - 00:06 00:25
00:05 00:08 00:07 00:05 00:29 00:12 00:07
00:11 00:11 00:08 00:09 - 00:01 00:09
00:09 00:14 00:09 01:18 00:53 00:04 00:11
00:43 00:12 00:21 - 00:18 00:02 00:35
00:10 00:17 00:08 01:01 00:22 00:15 00:10
- 00:13 00:38 01:36 00:19 00:29 00:45
- 00:23 00:31 00:07 00:23 00:02 00:19
00:16 00:17 00:24 - 00:39 00:11 00:11
00:34 00:22 00:48 00:39 00:07 00:03 00:13
00:37 00:20 00:18 00:29 00:46 00:04 00:15
00:27 00:19 00:24 00:16 00:23 00:09 00:23
00:28 00:09 00:37 00:43 00:24 00:02 00:10
00:23 00:25 00:15 00:30 00:52 00:02 00:16
00:56 00:20 01:38 - 01:32 00:11 00:21
00:27 00:32 00:11 00:15 00:21 00:03 00:12
00:10 00:29 02:27 00:08 - 00:05 00:07
- 00:15 00:04 00:32 00:06 00:03 00:09
- 00:38 00:17 01:49 01:48 00:00 00:07
00:19 00:11 00:30 00:46 01:36 00:03 00:14
00:23 00:09 00:12 00:20 00:52 00:06 00:15
00:14 00:10 00:18 00:18 - 00:07 00:11
00:19 00:29 00:54 00:19 01:05 00:03 00:17
00:35 00:10 00:22 00:23 00:13 00:00 00:11
00:07 00:07 00:05 00:17 00:22 00:02 00:06
00:12 00:11 00:15 00:11 00:36 00:03 00:10
00:27 00:13 00:13 00:18 00:10 00:27 00:10
00:21 00:14 00:30 00:36 00:21 00:07 00:11
- 00:19 00:07 00:25 00:08 00:01 00:18
01:19 00:15 00:15 00:22 00:30 00:09 00:17
00:36 00:11 00:33 00:30 00:26 00:06 00:22
00:23 00:19 00:11 00:17 - 00:12 00:08
- 00:06 00:07 00:06 00:06 00:09 00:05
18:38 12:43 18:38 20:20 21:17 04:46 11:39
GAURAV Deepansh
Harsh Harsh Kirtika Goel manoj Kumar Harsh Agrawal Lalit Chauhan
TIWARI Thakur

00:23 00:21 00:17 00:20 00:20 01:06 00:36


00:11 00:15 00:19 00:29 00:20 00:14 00:25
00:07 00:06 00:09 00:11 00:10 00:07 00:19
00:06 00:08 00:06 00:12 00:17 00:19 00:38
00:37 00:20 00:59 00:51 01:11 00:52 01:23
00:25 00:33 00:30 00:20 00:31 00:32 00:34
00:05 01:07 00:30 00:25 00:06 00:18 00:41
00:25 00:23 00:21 00:29 00:31 00:40 00:37
00:36 00:31 00:48 - 00:40 01:17 00:46
00:13 00:09 00:15 00:21 00:11 00:17 00:28
00:09 00:16 00:14 00:20 00:21 00:28 00:19
00:10 00:08 00:08 00:17 00:08 00:08 00:07
00:10 00:06 00:10 00:07 00:09 00:06 00:06
00:10 00:13 00:13 00:26 00:17 00:21 00:25
00:09 00:32 00:18 00:25 00:33 00:25 00:19
00:48 00:12 00:08 00:11 00:08 00:13 00:13
00:37 00:52 00:18 - 00:03 01:20 00:25
00:24 00:20 00:07 00:14 00:32 00:24 00:18
00:18 00:09 00:18 00:29 00:26 00:31 00:18
00:09 00:06 00:05 00:13 00:24 00:13 00:13
00:15 00:16 00:30 00:28 00:19 00:22 00:22
00:21 00:10 00:12 00:17 00:42 00:26 00:56
00:08 00:11 00:32 00:10 00:17 00:16 00:11
00:14 00:19 00:13 00:14 00:39 00:18 00:21
00:29 00:37 00:15 - 01:41 00:40 00:58
00:08 00:14 00:12 00:22 00:18 00:24 00:17
00:25 00:08 00:30 00:16 00:13 00:10 00:14
00:06 00:08 00:07 00:13 00:06 00:23 00:22
00:32 00:14 00:10 00:30 00:54 00:30 00:31
00:24 00:14 00:28 00:08 01:05 00:14 00:22
00:08 00:20 00:13 00:19 00:23 00:32 00:18
00:11 00:07 00:11 00:13 00:07 00:18 00:22
00:11 00:12 00:18 00:18 00:54 00:22 00:33
00:13 00:11 00:10 00:28 00:23 00:36 00:15
00:04 00:06 00:04 00:09 00:07 00:08 00:07
00:08 00:13 00:18 00:19 00:12 00:45 00:40
00:15 00:12 00:14 00:27 00:20 00:16 00:15
00:11 00:09 00:11 00:17 00:18 00:13 00:10
00:07 00:08 00:20 00:10 00:08 00:12 00:25
00:21 00:10 00:17 00:14 00:30 00:21 00:24
00:18 00:24 00:20 00:31 00:37 00:24 00:12
00:11 00:10 00:09 01:02 00:11 00:19 00:39
00:08 00:06 00:10 00:21 00:16 00:11 00:09
11:40 11:46 12:17 13:46 17:58 18:11 18:13
Vaishnavi Ankit Kundu Shashwat
Daksh Gupta ADITYA RAJ Love Gautam sarthak sahgal
Sharma (13) Srivastava

00:40 00:20 00:48 00:24 00:05 00:45 -


01:13 00:10 00:25 00:12 00:38 00:25 00:22
00:19 00:23 00:12 00:10 00:05 00:14 -
00:35 00:11 00:11 00:07 00:08 00:21 -
00:09 00:44 00:56 02:00 00:35 00:31 -
00:39 00:25 00:38 01:06 00:07 00:42 -
00:12 00:31 00:16 00:46 00:06 00:30 -
00:21 00:40 00:05 - 01:21 - -
00:42 00:25 01:09 00:36 00:33 - 01:06
00:13 00:15 00:24 00:09 01:01 00:20 01:58
00:05 00:08 00:23 00:10 00:30 00:23 00:30
00:05 00:09 00:09 00:09 00:09 00:16 00:15
00:12 00:15 00:17 00:24 00:20 00:05 00:11
00:54 01:47 00:21 00:06 00:28 00:09 01:15
00:16 00:10 00:06 01:08 00:21 - -
00:31 00:35 00:08 - 00:16 - 00:14
00:17 00:14 00:05 00:22 00:22 - 01:51
00:18 00:21 00:09 00:29 00:13 01:37 00:51
00:43 00:43 00:11 00:40 00:13 00:22 00:23
00:07 00:18 01:16 00:14 01:37 01:36 00:30
00:13 00:34 01:08 00:29 01:06 - 00:56
00:30 00:21 00:50 00:22 00:15 01:36 -
00:37 00:10 00:14 00:07 00:14 00:21 -
00:27 02:12 00:27 01:24 00:07 01:02 -
00:07 00:10 00:44 00:46 02:07 00:15 00:58
00:29 00:21 00:34 02:31 00:44 02:01 -
00:14 00:38 00:20 00:43 01:07 00:40 00:15
00:22 00:29 00:13 00:24 00:07 00:22 00:07
00:12 00:13 00:50 00:42 00:12 00:29 00:43
00:24 00:16 02:28 00:23 00:09 00:21 01:38
00:18 00:44 00:17 00:30 00:16 - 00:43
01:36 00:18 00:08 00:29 00:32 00:31 01:09
00:13 00:27 00:25 00:09 00:59 - 01:00
00:23 00:59 00:24 00:23 00:48 01:08 00:19
00:30 00:11 00:04 00:09 00:05 00:06 -
01:34 00:09 00:10 00:14 00:45 00:26 00:29
00:14 00:09 00:12 00:12 00:14 00:04 00:21
00:16 00:05 00:27 00:11 00:06 00:17 00:53
00:16 00:14 00:11 00:13 00:21 00:12 00:09
00:33 00:24 00:17 00:11 00:04 00:32 00:18
00:14 00:44 00:12 - 00:48 01:20 -
00:14 00:24 00:22 00:07 00:07 00:14 01:43
00:20 00:24 00:18 - 00:03 00:34 00:06
18:47 19:20 19:24 19:51 20:24 20:47 21:13
Rutabaga Divyanshi Akshat
Kishori Shyam Soyam . Aman singh Diya Garg
Rochester Kulshrestha Agarwal

00:15 01:12 00:20 00:26 00:31 00:28 00:21


00:17 00:08 00:12 00:12 00:13 00:47 00:30
00:11 00:05 00:11 00:18 00:13 00:07 00:35
00:14 00:05 00:09 00:07 00:19 00:13 00:16
00:44 00:22 00:28 00:23 00:15 00:21 00:22
00:30 00:03 00:37 00:23 00:32 00:35 00:26
00:55 00:02 00:16 00:18 00:40 00:29 00:27
01:24 00:04 00:13 00:16 00:27 00:31 00:26
00:34 00:03 00:39 00:49 00:30 00:35 00:47
00:58 00:06 00:17 00:17 00:05 00:11 01:10
00:30 00:07 00:12 00:19 00:20 00:37 00:32
- 00:06 00:07 00:05 00:14 00:11 00:06
00:11 00:09 00:04 00:06 00:07 00:08 00:07
00:24 00:13 00:16 00:06 00:12 00:09 00:35
00:48 00:10 00:07 00:37 00:10 00:35 01:04
00:13 00:05 00:07 00:14 00:12 00:13 01:10
- 00:02 00:37 00:19 00:37 01:03 00:54
00:22 00:06 00:09 00:11 00:22 00:53 00:19
00:30 00:10 00:06 00:12 00:12 01:24 00:10
00:19 00:05 00:13 00:07 00:18 00:07 00:06
00:23 00:10 00:11 00:08 00:11 00:25 00:07
01:08 00:12 00:06 00:18 00:19 00:20 00:07
00:13 00:07 00:09 00:09 00:10 00:08 00:16
00:51 00:07 00:10 00:39 00:25 00:16 00:27
01:06 00:06 00:10 01:14 00:40 00:34 00:53
00:19 00:17 00:11 00:13 00:10 00:12 00:13
00:25 00:16 00:09 00:45 00:08 00:08 00:10
00:06 00:05 00:19 00:05 00:08 00:12 00:13
00:59 00:07 00:10 00:09 00:33 00:33 00:14
01:04 00:23 00:16 00:16 00:14 00:33 00:13
00:18 00:03 00:23 00:11 00:19 00:15 00:19
00:18 00:09 00:15 00:09 00:09 00:18 00:13
00:50 00:05 00:10 00:06 00:14 00:10 00:27
00:11 00:04 00:16 00:09 00:15 00:21 00:18
00:06 00:07 00:09 00:06 00:05 00:20 00:12
00:21 00:10 00:12 00:14 00:20 00:09 00:19
00:14 00:14 00:13 00:08 00:21 00:32 00:15
00:14 00:02 00:14 00:08 00:12 00:19 00:11
- 00:07 00:14 00:17 00:48 00:10 02:17
00:19 00:04 00:09 00:06 00:15 00:43 01:04
00:41 00:04 00:38 00:31 00:27 00:20 01:08
00:10 00:05 00:08 00:08 00:11 00:20 00:13
00:10 00:04 00:07 00:05 00:13 00:11 00:17
19:45 06:31 10:19 11:59 13:16 17:06 20:29
CHETAN Sandeep NITIN Krishna
SHIVA TOMAR Arun Mohan Ritik Varshney
GUPTA Singh SOROUT Saraswat

00:25 00:26 00:54 01:58 00:18 00:02 00:21


01:21 - 00:39 - 00:06 00:12 00:09
00:34 00:15 - 00:20 00:06 00:03 00:07
01:02 00:12 00:32 00:05 00:07 00:03 00:05
- 00:43 - - 00:22 00:04 00:15
00:29 00:34 01:09 00:29 00:21 00:02 00:19
00:10 00:56 01:04 01:25 00:26 00:03 00:28
00:36 00:44 - - 00:05 00:02 00:03
01:29 - 00:50 03:04 00:26 00:04 00:22
00:33 00:17 00:48 - 00:08 00:03 00:09
00:15 00:25 - 00:21 00:09 00:03 00:14
00:14 00:23 00:34 00:37 00:08 00:03 00:07
00:07 00:09 - - 00:11 00:02 00:07
00:09 00:33 - 00:58 00:13 00:03 00:17
01:01 01:13 - - 00:07 00:03 00:14
00:12 00:09 00:09 00:18 00:07 00:03 00:09
00:20 - 03:40 - 00:53 00:03 00:05
00:38 - 00:14 - 00:12 00:02 00:07
00:25 - 00:53 - 00:07 00:03 00:09
00:09 00:24 00:50 00:40 00:10 00:03 00:11
- 01:28 00:25 - 00:14 00:02 00:19
- - 01:19 00:19 00:37 00:02 00:11
00:25 00:20 01:20 - 00:10 00:03 00:12
00:33 00:19 - - 00:10 00:02 00:10
01:22 01:15 - - 00:56 00:03 00:24
00:12 00:28 - - 00:08 00:03 00:15
00:18 - 00:14 01:02 00:08 00:02 00:10
00:22 00:06 00:08 - 00:28 00:02 00:09
00:52 01:35 00:49 00:58 00:10 00:03 00:18
00:56 03:20 - - 00:11 00:03 00:18
00:21 00:34 00:29 02:10 00:10 00:03 00:15
00:43 00:16 01:03 00:07 00:09 00:03 00:07
00:27 - - 01:06 00:09 00:11 00:13
01:05 - 00:08 02:53 00:06 00:02 00:12
00:06 00:07 00:06 - 00:06 00:02 00:04
00:30 00:22 00:24 00:59 00:15 00:03 00:08
00:57 00:15 00:36 00:11 00:10 00:02 00:05
00:18 00:15 00:39 - 00:07 00:02 00:03
00:07 00:21 00:45 00:45 00:11 00:10 00:13
00:27 00:45 - - 00:12 00:02 00:06
00:35 01:19 00:33 00:26 00:22 00:02 00:10
00:11 00:19 - - 00:08 00:03 00:17
00:05 00:15 - - 00:07 00:03 00:10
21:01 21:02 21:14 21:11 10:06 02:19 08:27
Milan Raman Daksh RUDRA
Suraj Rishi Gupta Dhruv Jain
Chaudhary Chaudhary Varshney VERMA

00:06 00:16 00:30 00:09 00:14 01:25 00:32


00:13 00:13 00:15 00:22 00:15 00:09 00:15
00:12 00:06 00:04 00:06 00:08 00:08 00:09
00:08 00:07 00:10 00:09 00:12 00:06 00:07
00:13 00:24 00:15 00:20 00:28 00:46 00:19
00:18 00:48 00:33 00:08 00:21 00:23 00:27
00:07 00:05 00:05 00:13 00:07 00:41 00:27
00:14 00:17 00:28 00:41 00:10 00:32 01:08
00:10 00:24 00:45 00:37 00:56 00:35 00:36
00:07 00:13 00:07 00:09 00:06 00:30 00:07
00:09 00:07 00:15 00:10 00:36 00:13 00:14
00:10 00:03 00:10 00:07 00:08 00:05 00:08
00:08 00:11 00:30 00:09 00:08 00:04 00:10
00:14 00:17 00:27 00:07 00:19 00:19 00:13
00:07 00:04 00:06 00:24 00:23 00:44 00:29
00:07 00:04 00:12 00:07 00:12 00:10 00:13
00:11 00:04 00:18 00:40 00:30 00:15 00:45
00:10 00:31 00:18 00:19 00:35 00:16 00:54
00:17 00:22 00:10 00:21 00:11 00:21 00:15
00:08 00:13 00:10 00:06 00:07 00:09 00:09
00:19 00:03 00:20 00:08 00:21 00:08 00:12
00:12 00:20 00:15 00:12 00:21 00:34 00:42
00:13 00:09 00:10 00:07 00:13 00:07 00:17
00:13 00:05 00:11 00:31 00:27 00:20 00:10
00:17 00:14 00:17 01:18 00:32 00:17 00:21
00:07 00:26 00:16 00:23 00:11 00:18 00:08
00:17 00:12 00:08 00:10 00:17 00:21 00:19
00:09 00:06 00:10 00:06 00:14 00:12 00:20
00:08 00:36 00:17 00:07 00:21 00:41 00:18
00:15 00:14 00:06 00:20 00:14 00:29 00:16
00:08 00:16 00:20 00:10 00:28 00:20 00:20
00:10 00:20 00:16 00:20 00:10 00:49 00:21
00:16 00:15 00:11 00:11 00:07 00:08 01:12
00:23 00:14 00:17 00:16 00:06 00:08 00:33
00:15 00:08 00:12 00:10 00:09 00:05 00:06
00:29 00:08 00:10 00:08 00:14 00:14 00:14
00:27 00:13 00:12 00:09 00:15 00:12 00:22
00:17 00:04 00:14 00:11 00:15 00:09 00:18
00:18 00:08 00:13 00:05 00:25 00:16 02:04
00:08 00:19 00:18 00:06 00:16 00:18 00:06
00:10 00:18 00:11 00:41 00:04 01:07 00:27
00:08 00:11 00:07 00:07 00:13 00:06 00:19
00:09 00:13 00:17 00:06 00:07 00:11 00:25
08:57 10:01 10:56 11:26 12:06 15:21 17:27
Krishna
Akshika gupta Karan Verma Chandra AYUSH SAHU Jagdish Singh Umang Goyal Shyam ji Dixit
Srivastava

00:29 00:26 00:16 - 00:34 00:32 00:12


00:52 00:23 00:14 00:25 01:30 00:11 00:10
- 00:11 00:05 00:28 01:10 00:10 00:07
00:28 00:09 00:07 00:10 00:12 00:06 00:26
00:37 00:35 00:28 00:34 00:35 00:20 01:51
00:14 00:15 00:15 00:50 02:25 00:37 00:26
00:41 01:00 00:46 00:53 - 00:24 00:39
00:21 00:34 00:28 00:34 00:04 00:44 00:44
00:25 01:04 00:24 00:37 01:21 00:18 00:19
00:22 00:10 00:13 00:22 00:17 00:15 00:06
00:38 00:29 00:03 - - 00:09 01:00
00:09 00:09 00:05 00:11 00:14 00:06 00:12
00:10 00:06 00:09 - 00:08 00:10 00:07
00:24 00:38 00:15 00:26 00:16 00:16 00:13
00:44 00:43 00:29 00:48 00:14 00:14 00:26
00:13 00:10 00:34 00:13 00:18 00:08 00:24
00:55 01:25 00:57 01:02 00:57 00:46 00:41
- 00:29 00:26 00:32 02:16 00:28 00:06
01:00 00:17 06:28 00:22 00:31 00:21 00:15
- 00:07 00:07 - - 00:12 00:13
00:28 00:13 00:15 - - 00:12 00:13
01:18 00:25 00:26 00:24 - 00:24 03:28
00:40 00:25 00:08 00:18 00:18 00:14 00:26
00:25 00:15 00:11 - 02:16 00:18 00:16
00:40 01:18 00:35 02:11 - 00:58 01:20
00:16 00:17 00:10 00:21 00:49 00:13 00:45
- 00:13 00:11 00:34 - 00:20 00:12
00:22 00:14 00:08 00:10 00:16 00:07 00:05
01:38 00:43 00:45 01:02 00:22 00:30 00:07
00:24 00:27 00:13 01:00 00:28 00:28 00:10
00:35 00:46 00:18 00:18 00:34 00:13 00:11
00:16 00:17 00:16 00:28 00:58 00:13 00:07
00:43 00:41 00:17 00:49 - 00:20 00:10
00:16 00:31 00:19 01:10 00:30 00:13 00:37
00:21 00:07 00:05 00:13 - 00:20 00:04
00:25 00:18 00:09 00:13 - 00:18 00:05
00:08 00:18 00:35 00:24 - 00:17 00:26
00:13 00:27 00:11 00:19 00:10 00:11 00:10
00:21 00:11 00:11 00:16 00:18 00:46 00:12
- 00:23 00:18 00:22 - 00:17 00:07
01:01 01:43 00:39 00:29 00:52 00:43 00:29
- 00:17 00:47 00:19 00:23 00:14 00:11
00:05 00:11 00:06 - 00:20 00:20 00:06
19:17 20:00 20:02 19:47 21:36 14:36 18:34
Anuj Praduman Ashutosh Ashmita_agar Swapnaneel
........ Aditya Dubey
Vashishtha sharma Dwivedi wal_ 20 Bhadra

01:55 00:18 00:15 00:11 00:15 00:12 00:16


- 00:15 00:56 00:06 00:15 00:52 00:13
00:14 00:06 00:14 00:11 00:12 00:12 00:07
00:41 00:08 00:17 00:06 00:07 00:05 00:22
01:11 00:12 00:04 00:13 00:39 01:12 00:35
- 00:43 00:20 00:16 00:17 00:27 00:30
00:55 00:33 01:28 00:20 00:32 00:20 00:20
- 00:25 00:10 00:23 00:36 00:18 00:13
02:14 00:14 00:14 00:57 00:29 00:46 01:23
00:16 00:12 00:09 00:08 00:13 00:10 00:07
01:35 00:07 00:27 00:15 00:12 00:07 00:17
01:24 00:09 00:05 00:12 00:08 00:11 00:14
00:12 00:06 00:13 00:10 00:06 00:08 00:11
- 00:21 00:05 00:20 00:16 00:06 00:21
01:21 00:35 00:14 00:25 00:42 00:20 00:25
- 00:07 00:06 00:18 00:06 00:11 00:13
- 01:06 00:15 01:14 00:53 00:10 02:01
- 00:05 00:06 00:25 00:13 00:07 00:16
- 00:11 00:07 00:11 00:18 00:13 00:21
- 00:13 00:03 00:08 00:27 00:11 00:26
00:42 00:09 00:09 00:11 00:09 00:11 00:26
01:06 00:17 00:13 00:21 00:39 00:39 00:22
- 00:19 00:09 00:09 00:10 00:10 00:09
- 00:18 00:02 00:08 00:20 00:25 00:09
02:04 00:08 00:54 01:13 00:20 00:23 00:06
00:35 00:15 00:15 00:13 00:16 00:15 00:16
00:22 00:13 00:50 00:14 00:08 00:10 00:05
00:06 00:13 00:18 00:07 00:09 00:09 00:04
- 00:09 00:19 00:11 00:10 00:11 00:32
- 00:12 00:11 00:07 00:12 00:09 00:17
00:38 00:12 00:11 00:15 00:12 00:15 00:34
00:07 00:13 00:14 00:09 00:13 00:06 00:19
- 00:09 00:06 00:09 00:28 00:11 00:07
01:41 00:05 00:07 00:11 00:22 00:05 00:27
00:24 00:05 00:04 00:04 00:11 00:03 00:05
00:28 00:11 00:06 00:05 00:15 00:27 00:20
00:37 00:10 00:10 00:09 00:15 00:09 00:08
00:40 00:11 00:09 00:11 00:16 00:34 00:11
- 00:09 00:13 00:14 00:18 01:02 00:32
- 00:12 00:23 00:07 00:13 00:21 00:06
- 00:04 00:07 00:13 00:29 00:20 00:28
00:24 00:08 00:08 00:08 00:20 00:41 00:09
- 00:17 00:10 00:17 00:14 00:08 00:08
21:52 10:25 11:16 11:35 13:15 13:22 14:51
PARTH SUMIT
Adarsh Kumar Krishna Singh Harshita Garg Tushar G Sumit Kumar
SHARMA KUMAR

00:18 00:17 00:17 00:21 00:02 00:11 00:47


00:14 00:14 00:12 00:13 00:02 00:03 00:12
00:07 00:06 00:05 00:30 00:07 00:03 00:09
00:11 00:08 00:24 00:18 00:02 00:05 00:35
00:51 01:10 00:23 00:26 00:02 00:21 00:01
00:26 00:22 00:21 00:23 00:03 00:37 00:01
00:55 00:43 00:08 00:29 00:06 00:06 00:40
00:23 00:52 00:22 00:13 00:02 00:14 00:02
02:47 00:45 00:21 01:52 00:02 00:37 00:18
01:09 00:24 00:05 00:15 00:02 00:47 00:02
00:38 00:21 00:36 00:06 00:02 00:06 00:04
00:08 00:10 00:06 00:07 00:04 00:06 00:04
00:05 00:17 00:06 00:15 00:02 00:08 00:08
00:13 00:12 00:48 00:40 00:03 00:02 00:15
00:21 01:10 00:46 00:18 00:02 00:11 00:02
00:14 00:17 00:27 00:31 00:06 00:05 00:07
01:03 01:42 01:22 01:15 00:02 00:07 00:28
00:18 00:17 00:37 00:22 00:05 00:12 00:07
00:22 00:16 00:07 00:06 00:05 01:07 00:11
00:34 00:25 00:05 01:09 00:02 00:07 00:00
00:10 00:15 01:31 00:07 00:05 00:10 00:07
00:17 00:18 00:12 00:36 00:03 00:07 00:03
00:20 00:12 01:17 00:16 00:03 00:05 00:13
00:06 00:35 00:27 00:30 00:02 00:03 00:10
00:54 00:56 00:45 01:11 00:02 00:13 00:01
00:17 00:13 00:13 00:09 00:02 00:10 00:16
00:12 00:08 00:39 00:34 00:07 00:04 00:13
00:15 00:06 00:10 00:24 00:07 00:07 00:00
00:07 00:24 00:11 01:09 00:03 00:03 00:35
00:20 00:28 00:51 00:18 00:10 00:02 00:01
00:12 00:39 00:14 01:47 00:03 00:03 00:13
00:16 00:24 00:56 00:13 00:02 00:05 00:02
00:10 00:16 00:08 00:06 00:02 00:04 00:06
00:08 00:24 00:11 00:24 00:02 00:02 00:13
00:03 00:04 00:17 00:12 00:02 00:05 00:00
00:19 00:11 00:56 00:11 00:02 00:05 00:03
00:13 00:17 00:10 00:09 00:03 00:02 00:16
00:22 00:12 00:27 00:18 00:03 00:03 00:05
00:24 00:16 00:34 00:09 00:02 00:06 00:23
00:13 00:20 00:25 00:05 00:02 00:12 00:08
00:19 00:53 00:32 00:51 00:02 00:05 00:06
00:12 00:12 00:08 00:21 00:03 00:07 00:09
00:16 00:06 00:47 00:11 00:02 00:02 00:11
17:22 17:57 19:39 20:00 02:17 07:20 07:47
Hemant Chitrang Utkarsh Naveen
Ananya Singh Surbhi Rajput sumit shukla
Kumar Agrawal Srivastava Shekhar

00:03 00:43 - 00:05 00:27 00:16 00:13


00:06 00:07 - 00:14 - 00:09 00:24
00:05 00:07 - 00:13 - 00:19 00:30
00:06 00:08 00:43 01:27 00:11 00:10 00:07
01:01 00:14 - 00:42 00:21 00:25 00:10
00:11 00:20 - 00:06 00:29 00:49 00:37
00:06 00:03 00:07 00:03 00:29 00:14 00:33
01:04 00:26 00:16 00:02 - 00:17 00:26
00:12 00:50 - 00:09 00:38 00:11 00:44
00:39 00:37 00:39 00:02 00:12 00:06 00:20
00:14 00:09 - 00:30 - 00:16 00:15
00:03 00:12 00:09 00:10 - 00:09 00:09
00:07 00:08 00:21 00:09 - 00:10 00:08
00:10 00:02 - 00:26 00:09 00:34 00:07
00:04 00:20 - 00:06 00:23 00:13 00:20
00:05 00:02 00:11 00:10 - 00:09 00:10
00:15 00:02 - 00:10 00:44 01:09 00:09
00:16 00:07 - 00:24 00:17 00:28 00:43
00:38 00:14 - 00:38 - 00:22 00:25
00:08 00:02 - 00:26 00:09 00:20 01:26
00:08 00:24 01:53 00:12 - 00:11 00:09
00:20 00:21 00:42 00:39 00:20 00:35 00:37
00:09 00:09 00:52 00:45 00:12 00:48 00:11
00:08 00:03 - 00:03 00:12 00:14 00:17
00:03 00:46 00:57 00:02 02:36 00:08 00:28
00:06 00:18 - 00:22 00:10 00:18 00:15
00:02 00:07 00:18 00:11 - 00:12 00:06
00:13 00:11 00:17 00:21 00:10 00:05 00:10
00:02 00:14 00:44 00:03 00:22 00:15 00:52
00:03 00:14 - 00:31 00:24 00:08 00:11
00:03 00:02 00:43 00:04 00:34 00:16 00:17
00:08 00:12 00:13 00:04 00:13 00:08 00:16
00:03 00:09 - 00:02 00:09 00:13 00:09
00:14 00:16 - 00:03 - 00:12 00:16
00:15 00:06 - 00:12 00:05 00:07 00:05
00:02 00:03 00:06 00:31 00:16 00:29 00:25
00:09 00:10 00:30 00:03 - 00:13 00:11
00:11 00:12 00:16 00:02 - 00:18 00:08
00:10 00:06 00:13 00:02 00:11 00:16 00:08
01:02 00:21 00:49 00:52 00:18 00:11 00:17
00:02 00:22 00:11 00:16 01:25 00:21 00:34
00:06 00:15 00:20 00:19 - 00:19 00:18
00:03 00:02 00:04 00:16 00:06 00:24 00:11
09:15 09:56 11:34 12:07 12:12 13:07 14:27
Prakash Bhagat Kamal
Nishant Singh Nancy Lodhi Palak Sharma Kirti Gautam
Kumar Tewatia Chauhan

00:20 00:20 00:38 00:14 00:05 00:19 00:04


00:13 00:37 00:09 00:21 00:02 00:08 00:08
00:46 - 00:05 - 00:14 00:06 00:05
00:05 00:07 00:06 - 00:15 00:08 00:05
00:25 00:43 10:30 00:16 00:15 00:10 00:03
00:26 00:41 00:23 - 00:25 00:43 00:02
00:39 00:32 - - 00:03 00:33 00:13
00:40 01:03 00:10 - 00:05 00:02 00:10
00:25 01:15 - 00:24 00:03 00:30 00:03
00:35 - 00:07 - 00:10 00:13 00:04
00:13 00:14 02:49 00:08 00:06 00:05 00:06
00:07 00:13 00:10 00:07 00:08 00:11 00:03
00:11 00:12 - - 00:11 00:11 00:12
00:07 00:13 - 00:06 00:27 00:08 00:08
00:40 - 00:12 00:26 00:07 00:05 00:03
00:12 00:41 - - 00:09 00:13 00:24
00:46 03:09 00:38 - 00:05 00:03 00:03
00:39 00:06 01:04 00:14 00:05 00:15 00:09
00:10 00:10 00:07 - 00:08 00:22 01:28
00:33 00:07 00:05 - 00:10 00:06 00:04
00:20 01:31 - - 00:10 00:04 00:03
00:52 02:39 00:07 - 00:02 00:10 00:14
00:10 00:10 00:02 - 00:10 00:09 00:02
00:18 - - - 00:08 00:06 00:04
00:49 01:42 - - 00:03 00:25 00:26
00:16 - 00:15 00:11 00:09 00:25 00:19
00:09 - 00:18 - 00:06 00:02 00:02
00:04 00:26 00:09 - 00:09 00:04 00:13
00:50 - - - 00:08 00:33 00:28
00:25 - 00:14 00:10 00:04 00:02 00:02
00:06 - 00:07 - 00:03 00:04 06:41
00:17 00:53 00:10 00:07 00:04 00:09 00:09
00:58 01:03 00:42 - 00:07 00:04 00:06
00:34 00:26 - - 00:03 00:04 00:11
00:06 - - - 00:22 00:04 00:05
00:25 - 00:06 - 00:09 00:09 00:08
00:20 - 00:05 - 00:09 00:04 00:09
00:13 00:14 00:07 00:05 00:17 00:07 00:07
00:08 00:08 - - 00:39 00:05 00:06
00:18 00:58 00:13 - 00:04 00:07 00:03
00:17 - 00:04 00:19 00:03 00:21 00:04
00:23 00:09 00:05 00:06 00:16 00:07 00:09
00:09 00:09 00:08 - 00:08 00:23 00:09
16:39 20:51 20:05 03:14 06:46 08:19 13:37
ALAKH Deepanshu Shaurya
Gagan Verma Komal Singh NIKHIL Tiwari SONU SINGH
SUMBARIYA Shakya Mishra

01:00 00:50 - 00:41 00:42 00:29 00:18


00:31 00:13 00:23 00:28 - 00:19 00:09
00:08 - - 00:13 - - 00:09
00:07 00:08 00:41 00:28 00:07 - 00:07
00:12 - - 00:24 00:23 - 00:08
00:32 00:32 - 00:27 00:31 - 00:16
01:20 00:28 01:44 - 00:43 00:24 00:05
00:42 01:01 - 01:12 00:27 01:12 00:13
- - 00:49 - - 00:42 00:11
00:44 - 01:06 00:40 01:28 00:44 00:04
00:41 - 00:30 00:21 00:12 - 00:03
- 00:15 - 00:05 00:15 - 00:06
00:15 00:23 - 00:10 00:16 00:21 00:07
00:25 - - 00:34 - 01:12 00:11
01:47 01:29 01:13 - - 00:29 00:10
- 00:10 00:20 00:34 00:06 00:38 00:09
00:58 02:50 - 02:24 00:40 02:05 00:03
00:58 00:38 00:02 00:42 00:31 00:38 00:04
- 00:56 - - 01:24 00:32 00:15
00:35 - 00:55 00:22 00:07 - 00:13
00:30 00:38 02:19 00:25 00:22 01:20 00:07
00:26 01:04 01:25 01:36 - - 00:20
- 00:41 00:41 00:25 00:35 00:29 00:09
00:22 - - 00:24 00:10 - 00:10
00:55 - 01:52 02:00 - - 00:11
00:33 - - 00:16 00:13 00:40 00:16
00:13 00:27 - 00:17 - - 00:14
00:26 00:12 01:04 00:05 00:05 - 00:06
00:13 - 00:24 - - - 00:07
- - - 01:57 00:27 01:36 00:09
- 00:42 00:51 01:05 00:15 00:19 00:05
00:10 00:28 - 00:18 - 00:17 00:10
00:27 01:41 01:01 - 00:07 - 00:09
00:29 00:59 - - - - 00:07
00:06 00:19 00:14 - 00:06 00:12 00:08
00:34 - - 00:27 - 00:18 00:09
- - - 00:39 00:08 00:18 00:21
- 00:27 00:34 00:14 - 00:24 00:09
- 00:45 00:38 00:18 00:14 00:11 00:07
01:02 - - 00:28 - - 00:06
02:06 01:42 00:47 00:24 - 01:40 00:07
00:08 00:11 00:11 - 00:15 - 00:14
00:08 00:08 00:36 00:14 - - 00:10
19:43 20:17 20:20 21:17 10:49 17:29 06:52
Abhishek Raghvendra_C
Gauri Sharma Ishika Rathore Nikki Gupta Rudra Sharma Robin Singh
Abhishek hauhan _56

00:20 00:09 00:16 00:20 00:24 00:25 00:30


00:02 00:09 00:07 00:07 00:11 00:11 00:09
00:08 00:07 00:04 00:07 00:13 00:08 00:10
00:08 00:09 00:12 00:05 00:06 00:10 00:08
00:09 00:08 00:03 00:18 00:52 00:43 01:14
00:24 00:15 00:20 00:14 00:19 00:37 00:17
00:09 00:18 00:39 00:11 00:03 00:46 01:04
00:07 00:10 00:03 00:14 00:31 00:43 01:13
00:02 00:15 00:48 00:29 00:30 00:32 00:38
00:03 00:04 00:07 00:10 00:07 00:12 00:09
00:03 00:10 00:07 00:08 00:17 00:22 00:56
00:07 00:06 00:10 00:11 00:11 00:08 00:06
00:07 00:27 00:11 00:09 00:08 00:08 00:08
00:03 00:07 00:13 00:12 00:19 00:17 00:17
00:03 00:06 00:19 00:34 00:09 00:18 00:24
00:04 00:09 00:11 00:07 00:09 00:07 00:11
00:33 00:05 00:19 00:19 00:15 01:05 01:32
00:29 00:14 00:13 00:03 00:31 00:22 00:17
00:08 00:08 00:04 00:17 00:09 00:22 00:10
00:09 00:06 00:07 00:13 00:05 00:09 00:07
00:47 00:11 00:11 00:15 00:06 00:10 00:15
00:14 00:08 00:03 00:26 00:17 00:30 00:16
00:07 00:08 00:08 00:10 00:16 00:12 00:17
00:04 00:05 00:12 00:14 00:14 00:27 00:13
00:05 00:18 00:58 00:36 00:12 01:32 01:28
00:12 00:08 00:17 00:22 00:11 00:11 00:12
00:19 00:12 00:08 00:06 00:12 00:13 00:10
00:05 00:09 00:06 00:15 00:10 00:21 00:20
00:35 00:12 00:16 00:19 00:16 00:11 00:05
00:11 00:11 00:08 00:15 00:13 00:12 00:24
00:04 00:17 00:06 00:13 00:08 00:42 00:15
00:10 00:10 00:10 00:07 00:07 00:10 00:14
00:11 00:12 00:13 00:09 00:12 00:30 00:09
00:03 00:06 00:10 00:15 00:04 00:12 00:22
00:03 00:06 00:05 00:04 00:06 00:10 00:07
00:02 00:14 00:15 00:10 00:10 00:16 00:09
00:02 00:17 00:07 00:05 00:14 00:19 00:08
00:21 00:21 00:09 00:09 00:16 00:12 00:12
00:09 00:06 00:11 00:14 00:07 00:16 00:14
00:02 00:08 00:03 00:16 00:11 00:15 00:11
00:02 00:15 00:40 00:13 00:14 00:43 00:23
00:03 00:11 00:10 00:12 00:11 00:12 00:19
00:06 00:07 00:06 00:06 00:04 00:06 00:16
07:15 07:34 09:25 09:39 09:40 15:47 16:19
pawan
pawan.kumar Abhinav Arushi Raghav Gautam
Vikash Kumar Gunjan Sirohi
[email protected]. Pandey Sharma Agrawal Dhakrey
in

00:19 00:31 00:23 00:17 - 00:11 01:22


00:21 00:32 00:17 01:50 - 00:10 00:10
00:16 00:18 00:08 - 00:05 00:18 00:07
00:22 00:12 00:13 00:55 00:05 00:11 00:12
00:33 00:12 00:36 00:25 - 00:13 00:18
00:24 01:21 00:23 00:24 00:18 00:47 00:23
00:34 01:16 00:41 - - 00:10 01:24
00:28 00:16 00:45 00:25 - 00:18 00:13
00:45 01:02 00:47 00:24 - 00:27 00:58
00:10 00:15 00:15 - - 00:08 00:26
00:24 00:22 00:11 00:45 00:06 00:27 00:10
00:11 00:14 00:06 00:10 - 00:09 00:05
00:14 00:14 00:13 00:06 00:09 00:06 00:08
00:20 00:29 00:28 02:00 00:22 00:13 00:26
00:15 00:13 00:31 00:24 - 00:12 00:31
00:10 00:14 00:12 01:03 - 00:11 00:09
00:28 00:06 01:07 00:31 02:50 00:11 00:06
00:51 00:16 00:44 - - 00:07 00:23
00:19 00:06 00:21 00:14 00:47 00:23 00:18
00:21 00:04 00:16 00:06 - 00:07 00:17
00:30 00:10 00:15 02:14 - 00:11 00:09
00:14 00:08 00:56 00:09 - 00:17 00:21
00:31 00:10 00:08 - - 00:10 00:11
00:34 00:12 00:14 - 01:47 00:19 00:12
00:30 00:05 02:54 - 00:17 00:42 00:23
00:14 00:42 00:27 00:21 - 00:15 00:17
00:25 00:17 00:11 00:09 00:04 00:35 00:14
00:45 00:12 00:27 01:12 00:04 00:10 00:07
00:11 00:23 00:30 01:47 01:44 00:13 00:39
00:29 00:11 00:21 00:25 - 00:10 00:26
00:22 00:18 00:18 00:17 - 00:12 00:14
00:28 00:31 00:17 00:52 00:19 00:44 00:11
00:24 00:24 00:23 00:16 - 00:10 00:15
00:14 00:14 00:21 00:16 - 00:06 00:16
00:17 00:09 00:07 - - 00:06 00:06
00:24 00:33 00:26 00:16 - 00:13 00:20
00:23 00:22 00:06 - 00:21 00:09 00:23
00:14 00:59 00:12 00:17 - 00:17 00:30
00:11 00:11 00:19 - - 00:10 00:12
00:13 01:26 00:15 00:19 01:26 00:08 00:11
00:21 00:54 01:15 00:13 - 00:05 00:23
00:35 00:29 00:17 - 00:28 00:49 00:23
00:13 00:10 00:22 01:11 - 00:32 00:11
16:27 17:23 19:38 20:13 11:12 11:42 14:40
suhani Aditya Ayushi Deepak
Vansh Gupta Amit Goyal Komal Patel
sharma at Saxena Varshney Agrawal

00:14 00:36 00:24 00:36 00:18 00:34 00:23


00:26 00:13 - 00:10 00:02 00:03 00:37
00:23 00:14 00:10 00:06 00:09 00:03 00:12
00:10 00:12 - 00:08 00:15 01:09 00:09
00:36 00:19 - - 00:07 00:03 -
00:33 00:16 00:15 00:05 00:16 00:21 00:55
00:41 04:15 00:23 00:04 00:42 02:02 00:48
00:35 00:40 - 00:10 00:02 00:07 00:47
00:37 00:18 - 00:12 00:02 00:27 00:18
00:11 - 00:09 00:08 00:02 00:03 -
00:23 - - 00:15 00:14 00:04 00:16
00:06 00:20 - 00:07 00:12 00:02 -
00:05 00:15 00:06 00:03 00:10 00:02 00:14
00:15 - 00:17 00:08 00:03 00:02 -
01:00 - 00:13 00:05 00:33 00:11 -
00:15 00:11 00:10 00:16 00:07 00:07 -
01:38 00:51 00:07 00:30 00:32 00:20 -
00:14 00:37 00:16 00:26 00:22 00:21 00:20
00:17 - 00:13 00:07 00:19 00:08 00:23
00:16 00:41 - 00:07 00:02 00:02 00:14
01:32 00:22 00:39 00:15 00:03 00:09 00:18
00:31 00:23 00:11 00:10 00:16 00:11 00:53
00:10 00:12 00:13 00:13 00:13 00:02 00:42
00:26 00:48 00:22 00:20 00:13 00:07 00:35
02:36 00:47 00:19 00:15 00:04 00:02 00:20
00:19 00:44 - 00:20 00:02 00:02 -
00:13 04:53 - 00:09 00:03 00:10 00:17
00:08 - - 00:05 00:07 00:42 -
00:09 - 00:19 00:11 00:16 00:02 -
00:18 00:27 00:11 00:10 00:02 00:08 -
00:22 00:12 - 00:07 00:22 00:07 -
00:07 00:10 - 00:09 00:09 00:37 00:27
00:31 - 00:20 00:12 00:06 00:20 00:44
00:10 00:31 00:04 00:04 00:02 00:02 00:16
00:09 00:06 00:04 - 00:05 00:03 00:08
00:15 00:20 00:20 00:15 00:12 00:07 00:12
00:17 - 00:09 00:04 00:09 00:03 00:31
00:17 00:19 00:08 00:09 00:07 00:02 00:26
00:17 00:09 00:07 00:24 00:12 00:06 -
01:15 00:22 00:10 - 00:18 00:12 00:32
00:48 00:50 - 00:28 00:03 00:02 -
00:16 - - 00:03 00:10 00:08 00:14
00:07 - - 00:06 00:10 00:13 00:05
20:08 21:33 06:19 07:52 07:53 09:48 12:16
pavitra Kashish Mayank Aryan_Gupta Hemant NAMAN
Nitesh Kumar
malhotra Agrawal Chaudhary _18 Kushwaha SINGH

- 00:17 00:36 00:19 00:23 00:22 00:05


00:53 00:19 00:09 00:09 00:08 - 00:12
- 02:17 00:10 00:11 00:11 - 00:10
- - 00:06 00:11 00:05 00:10 00:07
00:32 - 00:21 00:17 01:23 00:59 00:05
00:43 00:15 00:35 00:29 00:37 01:08 00:34
- 00:05 00:37 00:28 00:22 00:44 00:48
00:32 00:21 00:28 00:35 00:20 00:48 00:12
- 00:11 00:35 00:06 00:29 00:43 00:20
- 00:04 00:15 00:11 00:13 - 00:05
00:44 00:16 00:15 00:18 00:16 - 00:15
00:08 00:09 00:11 00:17 00:25 - 00:05
- 00:11 00:08 00:08 00:10 - 00:06
00:20 00:10 00:16 00:45 00:19 00:16 00:08
02:01 - 00:21 00:13 00:26 00:17 00:24
00:09 00:23 00:15 00:10 00:16 - 00:09
- 00:15 00:53 00:03 00:36 02:48 00:02
- 00:13 00:25 00:31 00:23 00:36 00:02
- - 00:13 00:11 00:15 00:53 00:03
01:28 00:19 00:09 00:18 00:10 00:10 00:03
- 00:09 00:17 00:18 00:08 00:45 00:11
- 00:22 00:18 00:41 00:32 00:25 09:47
- - 00:15 00:31 00:07 00:09 00:10
- 00:08 00:08 00:27 00:22 00:31 00:11
- 00:37 00:30 00:07 01:35 - 00:25
00:25 04:18 00:19 00:07 00:23 00:23 00:10
00:10 - 00:13 00:12 00:12 - 00:08
- 00:11 00:08 00:38 00:08 - 00:06
- 00:09 00:14 00:28 00:34 - 00:05
01:49 00:08 00:41 00:09 00:16 - 00:02
- 00:13 00:15 00:24 00:14 00:30 00:10
- 00:10 00:17 00:10 00:17 00:10 00:09
- 00:07 00:19 01:08 00:13 - 00:04
02:17 - 00:16 00:08 00:27 00:11 00:05
- 00:05 00:29 00:06 00:20 00:11 00:05
00:14 00:11 00:20 00:30 00:10 00:17 00:08
- - 00:25 01:03 00:16 00:17 00:15
- - 00:21 00:43 00:09 00:14 00:14
00:30 - 00:17 00:11 00:17 00:09 00:10
- 00:17 00:16 00:04 00:33 00:14 00:06
00:37 01:03 00:26 00:07 00:21 01:57 00:03
- 00:12 00:14 00:11 00:15 00:38 00:09
00:07 - 00:14 00:15 00:07 - 00:14
13:39 14:05 14:10 14:28 15:23 16:55 17:02
Rakshit VAIBHAV Dushyant
Yashika Soam Harsh Kumar Aman Lohiya Piyush Tiwari
Bhardwaj VARSHNEY Singh

00:48 00:26 00:33 00:35 00:16 00:22 00:26


00:31 - 00:14 00:16 00:21 - -
00:08 - 00:09 00:12 00:14 00:14 00:11
00:56 00:06 00:08 00:09 00:18 - 00:46
00:34 00:03 00:06 00:13 00:02 - -
00:40 00:02 00:29 00:10 00:02 02:01 00:56
00:26 - 00:08 00:24 00:52 - -
01:21 00:02 00:16 00:15 00:28 - -
00:52 00:37 00:03 00:23 00:50 - -
00:18 00:11 00:12 00:07 00:31 00:14 00:17
00:44 00:34 00:08 00:13 00:02 00:55 -
00:23 00:03 00:24 00:06 00:07 00:07 00:34
00:10 - 00:09 00:10 00:16 00:10 00:18
00:16 00:23 00:11 00:25 00:17 - 00:29
00:24 00:28 00:17 00:16 00:40 01:38 -
00:29 - 00:26 00:24 00:17 01:59 00:27
00:13 00:20 00:56 00:10 00:02 04:58 -
00:21 00:09 00:29 00:16 00:31 00:16 -
00:26 - 00:16 00:12 00:32 - 01:53
00:24 - 00:03 00:13 00:10 00:10 -
00:34 00:30 00:04 00:10 00:26 00:43 -
00:18 00:03 00:15 00:14 00:17 01:42 -
00:30 00:11 - 00:08 00:04 - 00:26
00:17 00:22 00:58 00:19 00:02 - 00:12
00:19 00:02 00:07 00:08 01:01 - -
00:38 - - 00:13 00:23 01:36 00:16
00:40 00:03 00:10 00:10 00:03 00:11 -
00:16 - 00:43 00:13 00:11 - 01:23
00:25 - 00:15 00:12 00:24 00:56 00:08
00:14 00:20 00:02 00:17 00:02 - 01:48
00:21 - 00:05 00:19 00:03 - -
00:12 - 00:05 00:17 00:20 00:16 -
00:40 00:02 00:05 00:13 00:39 00:25 -
00:27 - 00:10 00:12 00:22 - 01:27
00:06 00:04 - 00:21 00:41 00:03 -
00:12 00:02 00:09 00:10 00:04 00:26 00:09
00:08 - 00:02 00:22 00:23 00:07 00:53
00:11 00:02 00:05 00:15 00:31 00:15 00:27
01:00 - 00:09 00:10 00:13 - -
00:24 00:03 00:03 00:07 00:30 00:16 00:23
00:16 - 00:02 00:18 00:03 01:40 01:51
00:13 00:08 00:11 00:12 00:44 - -
00:19 00:25 00:11 00:06 00:02 - 00:18
19:04 05:41 09:28 10:15 14:16 21:40 15:58
Akash Verma Amit Kumar Rohit Singh Kamal Jindal Vidush Sinha Ayush Verma Bhavy Goyal

00:02 00:10 00:02 00:10 00:23 00:06 -


00:02 00:06 00:02 - 00:07 00:24 00:51
00:09 00:02 00:02 00:05 00:05 00:14 00:09
00:03 00:02 00:02 00:06 - 00:06 00:12
00:02 00:02 00:17 - 00:09 00:08 -
00:02 00:04 00:03 00:08 00:18 00:22 -
00:06 00:04 00:02 00:17 00:29 00:18 00:46
00:02 00:02 00:02 - 00:15 00:13 01:21
00:02 00:02 00:03 - 00:05 00:09 00:44
00:02 00:02 00:06 - 00:18 00:03 -
00:02 00:02 00:07 00:07 00:12 00:49 -
00:02 00:02 00:02 00:07 - 00:15 00:20
00:02 00:04 00:05 00:06 - 00:08 00:09
00:03 00:02 00:02 00:07 00:08 00:04 00:21
00:13 00:05 00:08 00:06 00:03 00:09 -
00:06 00:02 00:07 - 00:06 00:13 00:28
00:02 00:02 00:04 - 00:18 00:49 01:52
00:03 00:02 00:02 00:17 00:19 00:19 00:57
00:04 00:02 00:02 00:10 00:09 00:10 00:48
00:02 00:02 00:02 00:07 00:06 00:04 -
00:02 00:07 00:04 - 00:08 00:07 00:37
00:02 00:05 00:04 - - 00:02 -
00:02 00:03 00:02 - - 00:11 -
00:02 00:08 00:08 00:09 00:11 00:06 00:53
00:02 00:03 00:02 00:17 00:04 00:10 -
00:02 00:04 00:18 00:06 - 00:05 -
00:02 00:05 00:03 - 00:07 00:08 00:42
00:02 00:07 00:02 00:05 - 00:03 00:08
00:02 00:02 00:02 00:06 - 01:19 00:48
00:02 00:10 00:13 00:07 - 00:06 00:53
00:14 00:09 00:02 - 00:17 00:07 01:24
00:13 00:08 00:09 00:12 - 00:11 -
00:02 00:02 00:02 - - 00:05 00:56
00:17 00:05 00:02 00:09 - 00:26 -
00:02 00:02 00:02 00:05 - 00:16 -
00:02 00:14 00:06 00:07 - 00:09 -
00:02 00:02 00:02 00:12 00:06 00:03 00:11
00:02 00:03 00:03 00:07 - 00:08 00:27
00:02 00:02 00:02 00:09 00:08 00:08 -
00:03 00:02 00:11 00:18 00:09 00:02 00:35
00:02 00:06 00:02 00:17 00:16 01:08 00:19
00:02 00:02 00:08 00:07 - 00:05 00:17
00:02 00:03 00:08 - 00:04 00:50 -
02:36 02:55 03:19 04:26 05:00 10:58 17:08
Aditya JIVANSHU sundram Divyansh
Himanshu Raj Jatin chauhan pulkit gupta
Kushwaha MITTAL kumar Sharma

00:24 00:48 - 00:41 - 00:35 -


00:10 00:20 00:18 00:10 00:10 00:21 00:05
01:00 00:14 00:18 00:07 00:27 00:13 00:06
00:08 00:08 - 00:06 - 00:08 00:04
00:34 01:13 00:28 00:18 - 00:42 00:08
00:28 - - 00:13 00:32 00:12 -
00:29 01:15 - 00:05 - 00:02 00:05
01:04 - 00:33 00:23 - 00:05 00:21
00:14 00:43 - 00:32 - 00:04 00:03
00:09 00:19 01:37 00:06 - 00:07 -
01:22 00:49 00:21 01:27 00:17 00:36 -
00:09 00:15 00:10 00:05 00:06 00:05 -
00:09 - - 00:07 - 00:11 -
00:13 00:30 01:09 00:05 00:20 00:11 -
- 01:35 - 00:05 - 00:11 -
- 00:14 - 00:08 01:23 00:07 -
- 02:01 - 00:29 - 00:17 00:12
00:07 00:44 - 00:09 00:12 00:05 -
00:27 00:29 - 00:13 00:07 00:09 00:08
00:06 00:43 00:45 00:23 00:46 00:06 00:06
00:08 - - 00:13 - 00:06 00:14
00:09 00:21 01:43 00:02 - 00:27 00:07
00:51 00:19 00:42 00:05 - 00:17 00:08
00:28 00:18 - 00:07 - 00:07 -
01:22 01:15 - 00:13 - 01:30 -
00:23 00:34 - 00:19 00:15 00:13 00:13
00:12 - - 00:22 00:11 00:04 -
00:37 - 00:40 00:11 00:47 00:26 -
00:29 - - 00:13 00:21 00:36 00:23
00:46 - - 00:04 00:19 00:39 00:03
01:04 00:52 - 00:04 00:14 00:51 00:12
00:10 00:10 - 00:10 00:12 00:05 -
00:50 00:19 - 00:07 02:01 00:25 -
- - - 00:16 - 00:08 -
02:53 00:20 - 00:06 00:06 00:05 -
00:21 - - 00:14 - 00:10 00:10
00:11 00:15 00:17 00:07 00:19 00:18 00:13
00:23 00:38 - 00:19 - 00:13 -
00:19 00:17 00:15 00:13 00:14 00:15 00:06
00:27 00:30 01:10 00:04 00:21 00:19 -
00:14 01:01 01:46 00:52 00:29 00:10 00:12
00:14 00:34 - 00:06 - 00:12 -
- - - 00:06 00:17 00:27 -
19:44 20:03 12:12 10:25 10:26 12:30 03:19
Name Value
Game Started On Mon 16 Oct 2023,09:21 PM
Game Type Live Quiz
Participants 348
Total Attempts 348
Class Accuracy 35%
Game Ends On Mon 16 Oct 2023,09:45 PM

You might also like