What is the output of this programm?


1.
#include
2.
using namespace std;
3.
int main()
4.
{
5.
char str[5] = "ABC";
6.
cout str[3];
7.
cout str;
8.
return 0;
9.
}


Posted on by