The following function definition has an error in it. What line is this error on?
0. void f1(const double array[], int size)
1. {
2. int i=0;
3. while(i< size)
4. {
5. array[i] += 2;
6. cout <
8. }
9. }
a. 0
b. 2
c. 5
d. 6
e. 2
c. 5
You might also like to view...
With the Import to Stage dialog box, the name of the file you're importing appears in the status bar.
Answer the following statement true (T) or false (F)
Dynamic HTML is a combination of ___________, __________, and _________________.
Fill in the blank(s) with the appropriate word(s).
In a Word table, the intersection of a row and a column is called a(n) ____________________, and is filled with text.
Fill in the blank(s) with the appropriate word(s).
____ requests are encoded by the browser into a URL and the server will execute whatever parameters are appended to the URL itself.
A. POST B. HEAD C. GET D. TRACE