InterviewSolution
Saved Bookmarks
| 1. |
Which of the following code is not profiled?(a) C(b) C++(c) Java(d) PHPThis question was addressed to me by my school principal while I was bunking the class.Question is from R Profiler topic in portion Profiling, Simulation and Data Analysis of R Programming |
|
Answer» RIGHT answer is (a) C Explanation: C or FORTRAN CODE is not profiled. |
|