What is wrong with the following function template (Other than the fact that it really does almost nothing)?

What will be an ideal response?
```
template
int f( int & x )
{
return x;
}
int main()
{
int y = 3, z;
z = f(y);
}
```


There is a rule “Every template argument specified in the template-
argument-list must be used in the argument of a function template.” (ARM, page

Computer Science & Information Technology

You might also like to view...

If you are setting up a retail business and want to use the latest technology to make customer purchases as easy as possible at the checkout line, which technology are you most likely to deploy?

A. BAN B. NFC C. ZigBee D. Bluetooth

Computer Science & Information Technology

To apply the MIN or MAX function to a selected range of cells, you begin by clicking the _______ arrow

Fill in the blank(s) with correct word

Computer Science & Information Technology

Grayscale is useful to see how a chart will look when printed on a black and white printer

Indicate whether the statement is true or false

Computer Science & Information Technology

When creating a new PowerPoint presentation, the first slide PowerPoint displays is called the ________

Fill in the blank(s) with correct word

Computer Science & Information Technology