Question : 1 Which of the following language is predecessor to C programming language ?
A Language
B Language
BCPL
C++ Language
Question : 2 C programming language was developed by ......?
Dennis Ritchie
Ken Thompson
Bill Gates
Peter Nortan
Question : 3 C was developed in the year ....... ?
1972
1970
1976
1979
Question : 4 C is ...... language
High level
Low level
Middle level
Machine level
Question : 5 C language is available for which of the following operating system ?
DOS
Window
Unix
All of these
Question : 6 Which of the following symbol is used to denote a pre-processor statement ?
|
#
^
;
Question : 7 Which of the following are token in C ?
Keywords
Variable
Constant
All of these
Question : 8 What is valid range of number for int type of data ?
0 to 256
-32768 to +32767
-65536 to -65536
None of These
Question : 9 Which of the following is scalar data type ?
Float
Union
Array
Pointer
Question : 10 Which symbol is used as statement terminator in C ?
!
#
$
;
Question : 11 Charcater constant should be enclosed between ....
Single Quotes
Double Quotes
Both A and B
None of these
Question : 12 The maximum length of variable in C is ....
8
16
32
64
Question : 13 What will be the maximum size of float ?
1 byte
2 bytes
4 bytes
8 bytes
Question : 14 What will be the maximum size of double variable .... ?
1 byte
4 bytes
8 bytes
16 bytes
Question : 15 A declaration float a,b occupies ..... of memory.
1 bytes
4 bytes
8 bytes
16 bytes