Programın çıktısı ne olur?

Adsız Test

Quiz
•
Computers
•
12th Grade
•
Hard

Emsal Academy
Used 1+ times
FREE Resource
9 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
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");
}
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");
}
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");
}
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");
}
inside if
inside else if
inside else
compile time error
8.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Programın çıktısı ne olur?
true
false
Derleyiciye bağlıdır
Ekranda bir şey yazmaz
9.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Programın çıktısı ne olacaktır?
True
False
True False
No Output
Similar Resources on Quizizz
10 questions
bilgisayar bilimi test 2

Quiz
•
8th - 12th Grade
10 questions
Operators in C

Quiz
•
9th - 12th Grade
12 questions
Linguagem C parte II

Quiz
•
12th Grade
11 questions
Python

Quiz
•
1st Grade - Professio...
10 questions
loop for(C)

Quiz
•
9th Grade - University
12 questions
Java - arrays and String methods

Quiz
•
9th - 12th Grade
10 questions
Quiz - 6 on Relational & Logical Operators

Quiz
•
12th Grade
Popular Resources on Quizizz
15 questions
Multiplication Facts

Quiz
•
4th Grade
25 questions
SS Combined Advisory Quiz

Quiz
•
6th - 8th Grade
40 questions
Week 4 Student In Class Practice Set

Quiz
•
9th - 12th Grade
40 questions
SOL: ILE DNA Tech, Gen, Evol 2025

Quiz
•
9th - 12th Grade
20 questions
NC Universities (R2H)

Quiz
•
9th - 12th Grade
15 questions
June Review Quiz

Quiz
•
Professional Development
20 questions
Congruent and Similar Triangles

Quiz
•
8th Grade
25 questions
Triangle Inequalities

Quiz
•
10th - 12th Grade
Discover more resources for Computers
40 questions
Week 4 Student In Class Practice Set

Quiz
•
9th - 12th Grade
40 questions
SOL: ILE DNA Tech, Gen, Evol 2025

Quiz
•
9th - 12th Grade
20 questions
NC Universities (R2H)

Quiz
•
9th - 12th Grade
25 questions
Triangle Inequalities

Quiz
•
10th - 12th Grade
65 questions
MegaQuiz v2 2025

Quiz
•
9th - 12th Grade
10 questions
GPA Lesson

Lesson
•
9th - 12th Grade
15 questions
SMART Goals

Quiz
•
8th - 12th Grade
45 questions
Week 3.5 Review: Set 1

Quiz
•
9th - 12th Grade