What will be the output of the following program?
int main()
{
char arr[5]="The CppBuzz.com";
printf("%s",arr);
return 0;
}



Posted on by