Computer Science, asked by amit3958, 11 months ago

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 eyefinity
0

Answer:can you just comment me the question again I can't understand what is written

Explanation:

Similar questions