What will be displayed:
int main(int argc, char *argv[])
{
    int b = 0;
    int d = 3 / b;
    cout << d;
    return 0;
}

Follow CodeGalaxy

Mobile Beta

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