1) Which of the following is the first operating system developed using C programming language?
A.Windows
B.DOS
C.Mac
D.UNIX
Advertisement
2) The C compiler used for UNIX operating system is
A.cc
B.gcc
C.vc++
D.Borland
Advertisement
3) Which of the following is a logical AND operator?
A.||
B.!
C.&&
D.None of the above
Advertisement
4) Which format specifier is used for printing double value?
A.%Lf
B.%L
C.%lf
D.None of the above
Advertisement
5) Which of the following statement is used to free the allocated memory space for a program?
A.vanish(var-name);
B.remove(var-name);
C.erase(var-name);
D.free(var-name);
Advertisement
6) In a library of C programming language, which of the following header file is used for performing mathematical operations?
A.conio.h
B.dos.h
C.math.h
D.stdio.h
The correct option is (c).
Advertisement
NEXT POST >C Fundamental Test 2