Contents

The software that translates the program statement by statement is called.
a) compiler                                           

b) interpreter
c) assembler                                         

d) none of these

b

The programming environment includes.
a) editors                                              

b) linkers
c) compiler                                           
d) all of these

d

How many modules are included in programming environments?
a) three                                                 

b) four
c) five                                                   

d) six

c

(Editor, Compiler, linker, loader, Debugger)



What is header file?
a) collection of library function    
b) collection of characters
c) collection of words         
d) collection of mnemonics

a

Which of the following is correct method to include library file?
a) #include(stdio.h)            

b) #include<stdio.h>
c) &include(stdio.h)            

d) &include<stdio.h>

b

The execution of C program starts from.
a) const()                                              

b) main()
c) name()                                              

d) start ()

b