Predict the output of the following code snippet.

 #include

int mainO 

char name[ ] = “ADELINE”; 

for(int i=0; name[i]!=’\0′;i++) 

putchar(name[i]); 

}


Share with your friends
Call

The output is “ADELINE”.

Talk Doctor Online in Bissoy App