Q.

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. -c
Answer» C. -p
Explanation: the -p instructs the compiler to produce codes which count the number of times each routine is called and this is useful for finding the processing time of the programs.
1.3k
0
Do you find this helpful?
10

Discussion

No comments yet