Question from the Language C - Fundamentals test

Archived

What is the mistake in the following code ?

int main() 
{
    unsigned char speed= -255;
    printf(“the motor has a rotational speed of %d km/h”, speed);
    return 0;
}
Author: KahinaStatus: Archived(New question!)Question passed 4 times
0
Community EvaluationsNo one has reviewed this question yet, be the first!