When you want to use a function in your program, you would make a function __________.
Fill in the blank(s) with the appropriate word(s).
call or invocation
You might also like to view...
The following program has been partitioned into two files. The command line command for compiling this is CC B.cpp A.cpp, where CC is the name for your command line compiler. For VC++ this is CL, for Borland, this is BCC32, and for the GNU C++ compiler, this is g++. If you use an IDE (integrated development environment) you would have to place both these files in your project then click the compile button.
Predict the output and explain your prediction.
```
// This goes in file A.cpp
namespace
{
int func(int i)
{
return i*3;
}
int junk (int i)
{
return i*func(i);
// This goes in file B.cpp
#include
When an update is submitted by a developer, Windows automatically generates an update ____.
A. New apps message B. command C. Apps for installation message D. link