1.

Which of the following is used on Solaris?(a) gcc(b) clang(c) Sun Studio(d) FreeBSDThe question was posed to me in exam.Asked question is from Compiling and Linking Client Programs in division MySQL Programs Using C of MySQL

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.



Discussion

No Comment Found

Related InterviewSolutions