Align the blocks so that you get a working code.
Note that the indentation in this task is also important.
Align the blocks so that you get a working code.
Note that the indentation in this task is also important.
#include <iostream>
cout << world << endl;
char world[] = { 'w','o','r','l','d' };
char hello[] = { 'H','e','l','l','o' };
using namespace std;
int main(){
return 0;
}
cout << hello << " ";
Create a free account to access the full topic