Question: Using C++ Correct the errors and then show the output for the following program code char line[] = fushimi-inari-taisha int count =0 while ( ine[count]
Using C++ Correct the errors and then show the output for the following program code
char line[] = "fushimi-inari-taisha"
int count =0
while ( ine[count] != '-') { cout < line[count]; count++; }
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
