
Adsız Test
Quiz
•
Computers
•
12th Grade
•
Practice Problem
•
Hard
Emsal Academy
Used 1+ times
FREE Resource
Enhance your content in a minute
9 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Programın çıktısı ne olur?
hi
hello
no
error
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Programın çıktısı ne olur?
hi
how are you
compile time error
error
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
#include <stdio.h>
void main()
{
int x = 5;
if (true);
printf("hello");
}
#include <stdio.h>
void main()
{
int x = 5;
if (true);
printf("hello");
}
hello
Hata
Hiçbir şey görüntülenmeyecek
Derleyiciye bağlı
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Programın çıktısı ne olur?
false, 0
true, 0
true, 10
compile time error
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
#include <stdio.h>
void main()
{
int x = 5;
if (x < 1);
printf("Hello");
}
#include <stdio.h>
void main()
{
int x = 5;
if (x < 1);
printf("Hello");
}
Nothing
Run time error
Hello
Varies
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
#include <stdio.h>
int main()
{
int x = 0;
if (x++)
printf("true\n");
else if (x == 1)
printf("false\n");
}
#include <stdio.h>
int main()
{
int x = 0;
if (x++)
printf("true\n");
else if (x == 1)
printf("false\n");
}
true
false
compile time error
undefined behaviour
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
#include <stdio.h>
int main()
{
int x = 0;
if (x == 1)
if (x == 0)
printf("inside if\n");
else
printf("inside else if\n");
else
printf("inside else\n");
}
#include <stdio.h>
int main()
{
int x = 0;
if (x == 1)
if (x == 0)
printf("inside if\n");
else
printf("inside else if\n");
else
printf("inside else\n");
}
inside if
inside else if
inside else
compile time 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
10 questions
JavaScript 3 baco med
Quiz
•
12th Grade
10 questions
Linguaggio C - Basi
Quiz
•
11th - 12th Grade
10 questions
Programación Básica
Quiz
•
12th Grade
10 questions
Programming with C++
Quiz
•
9th - 12th Grade
10 questions
C++ quiz
Quiz
•
10th Grade - Professi...
10 questions
Списки Python + Pygame
Quiz
•
KG - University
11 questions
Co już wiemy ? Python
Quiz
•
12th Grade - Professi...
10 questions
Software Design and Development Quick Quiz 2
Quiz
•
11th - 12th Grade
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
54 questions
Analyzing Line Graphs & Tables
Quiz
•
4th 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
