Mit welcher Funktion muss jedes C/C++ Programm starten?
C Wrapup Quiz Deutsch

Quiz
•
Computers
•
University
•
Medium

Ansgar Meroth
Used 3+ times
FREE Resource
12 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
start()
system()
main()
program()
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Wie nennt man die Handlung, die eine Variable anlegt ohne sie zu belegen?
declaration
(Deklaration)
naming
(Benennung)
instantiation
(Instantiierung)
assignment
(Zuweisung)
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Wie markiert man den Anfang und das Ende eines Codeblocks?
{ }
-> <-
BEGIN END
( )
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Welches der untenstehenden ist KEIN Vergleichsoperator in C/C++ ?
>
<=
=
==
5.
MULTIPLE CHOICE QUESTION
2 mins • 1 pt
Liefert der untenstehende Ausdruck True oder False
5 >= (1+6)-4
True
False
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Was gibt der Rechner im folgenden Code aus?
int x=5, y=10;
if (x>y){ cout << "ok";}
else {cout << "not ok";}
ok
not ok
x>y
no output at all
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Assume the following code:
int x=5, y=10;
if (x>y){ cout << "ok";}
cout << "not ok";
What is the output?
not ok
ok
ok
not ok
Create a free account and access millions of resources
Similar Resources on Quizizz
15 questions
BASIC C PROGRAMMING QUIZ

Quiz
•
University
15 questions
Java

Quiz
•
University
12 questions
Operators in C

Quiz
•
University
17 questions
Array

Quiz
•
University
10 questions
CSC126_Chapter4_Part1

Quiz
•
University
15 questions
EDA PARTE 2

Quiz
•
University
15 questions
Qûîz

Quiz
•
University
11 questions
Programming I Quiz 1

Quiz
•
University
Popular Resources on Quizizz
15 questions
Character Analysis

Quiz
•
4th Grade
17 questions
Chapter 12 - Doing the Right Thing

Quiz
•
9th - 12th Grade
10 questions
American Flag

Quiz
•
1st - 2nd Grade
20 questions
Reading Comprehension

Quiz
•
5th Grade
30 questions
Linear Inequalities

Quiz
•
9th - 12th Grade
20 questions
Types of Credit

Quiz
•
9th - 12th Grade
18 questions
Full S.T.E.A.M. Ahead Summer Academy Pre-Test 24-25

Quiz
•
5th Grade
14 questions
Misplaced and Dangling Modifiers

Quiz
•
6th - 8th Grade