McqMate
| Q. |
Which compiling option is used to compile programs to form part of a library? |
| A. | -c |
| B. | -p |
| C. | -f |
| D. | -g |
| Answer» A. -c | |
| Explanation: there are several options for the compilers. the option -c compiles the linking stage and then leaves the object file. this option is used to compile programs to form a part of the library. | |
View all MCQs in
Embedded and Real Time SystemNo comments yet