What will be displayed on the screen?
int main(int argc, char *argv[])
{
    float d = 3. / 0.;
    cout << d;
    return 0;
}

Follow CodeGalaxy

Mobile Beta

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