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
Math,
6 months ago
Social Sciences,
6 months ago
Science,
6 months ago
Chemistry,
11 months ago
Social Sciences,
1 year ago
Math,
1 year ago