Hi
this is C++
do not give me a long answer.
please be clear with your answer also, cleanhandwriting……
21) 18 pts. What is the output of the following codefragment?
int whee[4] = {3,9,12,15};
for (int j=1;j<4;j++)
cout << “ “ << whee[j];
21.5) 18 pts. What does the following code do?
int i = 10;
while (i)
i–;
22) 35 pts.
a. Find the compile errors in the following code fragment andcorrect them.
b. Find the one line that although it compiles, probably doesn’tdo what you want. Correct the error.
c. Find the two lines that will cause an abort.
23) 12 pts Given the following definition:
char bob[25] = “abcdefg”;
Expert Answer
An answer
PayPal Gateway not configured
PayPal Gateway not configured