Home » MYSQL » Mysql miscellaneous » Question
  1. Which option is used for specifying the executable name while compiling with gcc?
    1. -a
    2. -e
    3. -b
    4. -o
    5. None of these
Correct Option: D

When a C program is compiled with gcc, the option -o is issued in order to specify the name of the executable that is created after compilation. The default name given is ‘a.out’.



Your comments will be displayed only after manual approval.