Syntax Structures Flashcards
1
Q
Write a switch-statement
A
Do it in a text editor
2
Q
Write an if-statement
A
Do it in a text editor
3
Q
Write a while loop
A
Do it in a text editor
4
Q
Write a do-while loop
A
Do it in a text editor
5
Q
Write a for loop
A
Do it in a text editor
6
Q
Define an enum
A
Do it in a text editor
7
Q
Define a new struct
A
Do it in a text editor
8
Q
Define a new type
A
Do it in a text editor
9
Q
Write a goto example
A
Do it in a text editor