1 |
Main section consists of a __________ function: |
main()
body()
both a and b
center()
|
2 |
Which header file contains all predefined mathematical functions ? |
math.h
stdio.h
strin.h
c.h
|
3 |
Header file is started from _______ symbol: |
#
$
&
=
|
4 |
Which header file includes file that contains information related to input and output functions ? |
math.h
stdio.h
string.h
c.h
|
5 |
We include header files in our program by writing the include statements at __________ of program: |
top
middle
end
section
|
6 |
Which section contains header files ? |
header section (Link section)
main section
reservesection
bodysection
|
7 |
Words which have special meaning in language are called: |
simple word
englishword
reservedwords
commonwords
|
8 |
Which error if proper syntax or rules of the programming language are not followed ? |
logical error
runtimeerror
englisherror
syntaxerror
|
9 |
Which can be thought of as grammar of a programming language ? |
syntax
rules
english
programming
|
10 |
Which is used to convert high level programming language into machine language ? |
compiler
C language
code programming
internal programming
|
11 |
Which languages is understood by computer ? |
machine language
assemblylanguage
high levellanguage
middle levellanguage
|
12 |
C language program is written in the text editor of IDE ___________: |
text
ms word
power point
code::blocks
|