16-02-2017, 06:48 PM
Which of the following is a 'variable' and thus suitable for use as loop counter (and subject to the restrictions on loop-control-variables)?
- local variable
- static/global variable
- class member variable
- function parameter [code]void f(int x) { for (; x
<t></t>