

InterviewSolution
Saved Bookmarks
1. |
Which compiling option can generate symbolic debug information for debuggers?(a) -c(b) -p(c) -f(d) -gThis question was addressed to me in quiz.This intriguing question originated from The Compilation Process-II topic in portion Writing Software for Embedded Systems of Embedded Systems |
Answer» The CORRECT choice is (d) -g |
|