1 |
Which is of the following detect syntax error ? |
compiler
reader
binary code
both b and c
|
2 |
Output of compiler is called: |
sourcecode
objectcode
binarycode
both b and c
|
3 |
A program written in high level language is called: |
source code
objectcode
normalcode
binarycode
|
4 |
Which extension is used to save C language program ? |
.doc
.c
.xls
.dat
|
5 |
The process of running a program is called: |
debugging
compiling
execution
using
|
6 |
Which of the following is header file ? |
void main()
getch()
#include<stdio.h>
none of these
|
7 |
In C language main() is a: |
function
code
editor
library
|
8 |
The conversion of program file into binary file is called: |
editing
compilation
linking
execution
|
9 |
Header files have extension: |
.c
.h
.doc
.ppt
|
10 |
The execution of program starts from: |
main section
headersection
header file
#include
|
11 |
How many keyword (Reserve words) are ? |
28
29
32
31
|
12 |
Which one is not IDE ? |
x code
dev, c++
visual studio
python
|