InterviewSolution
Saved Bookmarks
| 1. |
Which of the following is used on Solaris?(a) gcc(b) clang(c) Sun Studio(d) FreeBSD |
|
Answer» The correct choice is (c) Sun Studio The best I can explain: The program ‘gcc’ is generally used on Unix. ‘clang’ is used on ‘OSX’ or ‘FreeBSD’. The ‘Sun Studio’ is used on Solaris. However, ‘gcc’ on Unix is a widely popular choice for client programs. |
|