Haryana Police Male Constable 23 Dec 2018 Paper

© examsiri.com
Question : 66 of 100
 
Marks: +1, -0
What is the output of this program?
int main (){
char arr [20];
int i;
for(i= 0; i < 10; i++)
*(arr + i) = 65 + i;
*(arr + i) = '\0';
cout ≪ arr;
return 0;
}
Go to Question: