What will be the output :
#include iostream
int main() {
int a[] = {1, 2, 3, 4, 5, 6};
std::cout (1 + 3)[a] - a[0] + (a + 1)[2];
return 0;
}


Posted on by