You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The answer depends of the compiler implementation for the machine.
For C99, the answer should be using the definitions from stdint.h, for C89, should be some kind of advice telling that the student should check the macros defined on <limits.h>
The text was updated successfully, but these errors were encountered:
The answer depends of the compiler implementation for the machine.
For C99, the answer should be using the definitions from stdint.h, for C89, should be some kind of advice telling that the student should check the macros defined on <limits.h>
The text was updated successfully, but these errors were encountered: