Which flag is used to compile client programs that use MySQL header files?
-U
-A
-O
-I
None of these
Correct Option: D
The ‘-I’ option is specified when the client programs are compiled that use the MySQL header files. The compiler can easily find these header files when the ‘-I’ option is used.