int main() {
char arr [20];
int i;
for (i = 0; i < 10; i++)
* (arr + i) = 65 + 1;
* (arr + i) = '\0';
cout << arr;
return 0;
Answers
Answered by
0
Answer:can you just comment me the question again I can't understand what is written
Explanation:
Similar questions