This printable crossword puzzle on the topic of Computer Science & Technology has 14 clues. Answers range from 3 to 15 letters long. This crossword is also available to download as a Microsoft Word document or a PDF.
The type of parameters you pass a function during a function call
Type of parameters declared during function definition
Function that return no value at all or returns more than one value
Functions are made up of prototypes, implementations and ...
Function prototypes are made up of the return type, function name and ...
Value return functions return values using the keyword ...
Value returning functions return only ... value at a time
Two types of parameters include actual and ... parameters
You can either pass a parameter either by value or by ...
You pass a parameter by reference, you give the function the ...
We use an ... sign for reference parameters
A function prototype is the same as a function ...
There are two types of functions in c++, namely are void and ... functions
A c++ program must at lest have ... function