
Round 3-Tech Titans
Authored by Tharun Kumar
Other
University
Used 3+ times

AI Actions
Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...
Content View
Student View
20 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
#include<stdio.h>
int main()
{
int a = 5, b = 10;
printf("%d", a+++b);
return 0;
}
15
35
Compile error
45
2.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
#include<stdio.h>
void fun(int n)
{
if(n == 0)
return;
fun(n-1);
printf("%d ", n);
}
int main()
{
fun(3);
return 0;
}
3 2 1
1 2 3
0 1 2 3
3 2
3.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
#include<stdio.h>
int main()
{
int a = 5;
printf("%d %d %d", a, a<<1, a>>1);
return 0;
}
5 10 2
5 2 10
5 5 5
Compile error
4.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
#include<stdio.h>
int main()
{
int a = 5;
printf("%d", sizeof(a++));
printf("%d", a);
return 0;
}
4 5
4 6
8 5
Compile error
5.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
#include<stdio.h>
int main()
{
int x = 0;
if(x = 10)
printf("Yes");
else printf("No");
return 0;
}
Yes
No
Compile error
Runtime error
6.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
#include<stdio.h>
int main()
{
int a = 10;
if(a++ > 10)
printf("A");
else if(a++ > 10)
printf("B");
else
printf("C");
return 0;
}
A
B
C
Compile error
7.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
#include<stdio.h>
int main()
{
char str[] = "abc";
printf("%c", 2[str]);
return 0;
}
a
b
c
Compile error
Access all questions and much more by creating a free account
Create resources
Host any resource
Get auto-graded reports

Continue with Google

Continue with Email

Continue with Classlink

Continue with Clever
or continue with

Microsoft
%20(1).png)
Apple
Others
Already have an account?
Similar Resources on Wayground
20 questions
AVI 221 LONG QUIZ SEMI-FINALS
Quiz
•
University
25 questions
2.Sınıf Deneme Sınavı
Quiz
•
KG - University
15 questions
Vocabulary acquision on marketing and advertising
Quiz
•
University
20 questions
RBT Tingkatan 3 Pembangunan Produk: Penghasilan Produk
Quiz
•
1st Grade - Professio...
19 questions
POWERPOINT NTT
Quiz
•
KG - Professional Dev...
20 questions
Soal PTS/MID IPA Kelas 8 semester 1
Quiz
•
1st Grade - University
17 questions
Basics of Programming with C
Quiz
•
University
20 questions
Tariff Management 7 Top 1-2
Quiz
•
University
Popular Resources on Wayground
15 questions
Fractions on a Number Line
Quiz
•
3rd Grade
20 questions
Equivalent Fractions
Quiz
•
3rd Grade
25 questions
Multiplication Facts
Quiz
•
5th Grade
22 questions
fractions
Quiz
•
3rd Grade
20 questions
Main Idea and Details
Quiz
•
5th Grade
20 questions
Context Clues
Quiz
•
6th Grade
15 questions
Equivalent Fractions
Quiz
•
4th Grade
20 questions
Figurative Language Review
Quiz
•
6th Grade
Discover more resources for Other
12 questions
IREAD Week 4 - Review
Quiz
•
3rd Grade - University
23 questions
Subject Verb Agreement
Quiz
•
9th Grade - University
7 questions
Force and Motion
Interactive video
•
4th Grade - University
7 questions
Renewable and Nonrenewable Resources
Interactive video
•
4th Grade - University
5 questions
Poetry Interpretation
Interactive video
•
4th Grade - University
19 questions
Black History Month Trivia
Quiz
•
6th Grade - Professio...
15 questions
Review1
Quiz
•
University
15 questions
Pre1
Quiz
•
University