What is the output of the given program?
#include  stdio.h   
using namespace std;
int main()
{
int array[] = {10, 20, 30};
cout -2[array];
return 0;
}

Posted on by