logo

Crowdly

Consider the following program:     int a = -1;     int b = a * 5.4;     p...

✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.

Consider the following program:

    int a = -1;

    int b = a * 5.4;

    printf("%d %.3f\n", a, (float)b);

Write the program output.

More questions like this

Want instant access to all verified answers on distedu.ukma.edu.ua?

Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!