

InterviewSolution
Saved Bookmarks
1. |
Which compiling option can be used for finding which part of the program is consuming most of the processing time?(a) -f(b) -g(c) -p(d) -cThe question was posed to me in an online quiz.I need to ask this question from The Compilation Process-II topic in portion Writing Software for Embedded Systems of Embedded Systems |
Answer» Right OPTION is (c) -P |
|