Mathematical Operations Quiz

Complete this assessment with 100% score to master this chapter.

01Which GCC flag is required to link the math library (<math.h>) on Linux?

02Which standard defines the representation of floating-point numbers in modern systems?

03Why is it dangerous to compare two floating-point numbers using '=='?

04What happens if a signed integer exceeds its maximum value (INT_MAX)?

05How do you seed the random number generator (rand()) with the current time?