My Crossword Maker Logo
Powered by BrightSprout
Save Status:
or to save your progress. The page will not refresh.
Controls:
SPACEBAR SWITCHES TYPING DIRECTION
Answer Key:
Edit a Copy:
Make Your Own:
Crucigrama Sopa de Letras Hoja de Trabajo
Calificar este Puzzle:
Log in or sign up to rate this puzzle.

Program Structure - C++

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