Question #255264

What is the output of the following program?

int main() {

 char arr[11]="Engineering Programming 2 (EIENP2A)";
 printf("%s",arr);
 return 0;
 





Expert's answer

#include<stdio.h>
int main() {
 char arr[11]="Engineering Programming 2 (EIENP2A)";
 printf("%s",arr);
 return 0;
}

output

Engineering


Need a fast expert's response?

Submit order

and get a quick answer at the best price

for any assignment or question with DETAILED EXPLANATIONS!

LATEST TUTORIALS
APPROVED BY CLIENTS