Which will print the following code:
#include <iostream>

int main()
{
    int x[5] = {2, 4, 6, 8};
    std::cout << 2[x] << std::endl;
}

Follow CodeGalaxy

Mobile Beta

Get it on Google Play
Send Feedback
Cosmo
Sign Up Now
or Subscribe for future quizzes