What is the output of the following C++ code?vector intList(5);int num = 1;for (auto &p : intList){if (num % 2 == num % 3)p = 2 * num;elsep = 3 * num;num = p - 2;}for (auto p : intList)cout < p="">< "="">cout <>
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here