#includestdio.h  
using namespace std;
int main()
{
int array[] = {10, 20, 30};
cout -2[array];
return 0;
}
Find the output of the code will be :-

Posted on by