My Crossword Maker Logo
Powered by BrightSprout
Controls:
SPACEBAR SWITCHES TYPING DIRECTION
Answer Key:
Edit a Copy:
Make Your Own:
Crossword Word Search Worksheet
Rate This Puzzle:
Log in or sign up to rate this puzzle.

Program Structure - C++

1
2
3
4
5
6
7
8
9
10
Across
5
Panel that shows the C++ code for the program
6
Group of code statements which are given a name
7
This character makes the end of a statement
8
Everything in between these is the function's body that defines what happens when the function is called
10
Lines beginning with a hashtag #
Down
1
Created by inserting two slash signs // which has no effect on the behavior of the program
2
Lines that have no effect on the program
3
Special function in C++ which is the function that is called when the program is run
4
An expression that can actually produce some effect
9
Panel that shows the result when the program is executed by a computer