
CODE STORM
Quiz
•
Education
•
Professional Development
•
Hard
codemaker2023 codemaker2023
Used 3+ times
FREE Resource
Enhance your content
20 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Find the output of given code:
main ()
{
const int z;
z=9;
print (z++);
}
10
9
Compilation Error
No Output
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Find the output of given code:
main ()
{
const int x;
x=25;
print(x);
}
0
25
No output
Compilation Error
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Find the output of given code:
main ()
{
int i;
i=1;
print (++i, i++, ++i);
}
2 3 4
2 1 2
2 2 4
4 2 4
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
main ()
{
print (4+”CodeMaker”);
}
Maker
CodeMaker
Error
None of the above
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Find the output of given code:
main ()
{
int a[5]={1,2,3,4,5};
int i,j,m;
i=++a[2];
j=a[1]++;
m=a[i++];
print(i,j,m);
}
3 2 5
4 2 5
5 3 5
5 2 5
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
main ()
{
enum days{MON=-1,TUE,WED=6,THU,FRI,SAT};
print(++MON,TUE,WED,THU,FRI,SAT);
}
-1 0 1 2 3 4
0 1 6 3 4 5
0 0 6 7 8 9
Error
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Find the output of given code:
main ()
{
int i=4,j=8;
print (i|j&i|j, i|j&&i|j, i^j);
}
12 1 12
112 1 12
32 1 12
-64 1 12
Create a free account and access millions of resources
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
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?
Similar Resources on Wayground
15 questions
THY Oryantasyon Sınavı
Quiz
•
Professional Development
18 questions
CORE VALUES : AKHLAK
Quiz
•
University - Professi...
20 questions
Tem17 Tempo
Quiz
•
Professional Development
20 questions
Safety Quiz ke-2 BK3N 2024
Quiz
•
Professional Development
15 questions
FOWA
Quiz
•
KG - Professional Dev...
15 questions
SKB PGSD PTK
Quiz
•
Professional Development
17 questions
CONTRASTE DE PASADOS: imperfecto vs. indefinido
Quiz
•
Professional Development
15 questions
Pemahaman Awal Implementasi Kurikulum Merdeka
Quiz
•
Professional Development
Popular Resources on Wayground
20 questions
Brand Labels
Quiz
•
5th - 12th Grade
11 questions
NEASC Extended Advisory
Lesson
•
9th - 12th Grade
10 questions
Ice Breaker Trivia: Food from Around the World
Quiz
•
3rd - 12th Grade
10 questions
Boomer ⚡ Zoomer - Holiday Movies
Quiz
•
KG - University
25 questions
Multiplication Facts
Quiz
•
5th Grade
22 questions
Adding Integers
Quiz
•
6th Grade
10 questions
Multiplication and Division Unknowns
Quiz
•
3rd Grade
20 questions
Multiplying and Dividing Integers
Quiz
•
7th Grade