Question 1
Which of the following text editor is used to edit and write c program. ?
A
All of these
B
Notepad++
C
Borland C++ Editor
D
Notepad
Question 2
C Program File is also called as "______________" File.
A
class code
B
source code
C
None of these
D
object code
Question 3
C Program source code file written in notepad can be saved with __________ extension.
A
.Class
B
.C
C
.CFile
D
.CPP
Question 3 Explanation: 
File Saved with [.C] extension is called “Source Program“.
Question 4
Borland C/C++ 3.0 is called as ____________.
A
C Programming Interpreter
B
C Programming Visual Studio
C
C Programming Compiler
D
C Programming Browser
Question 5
In Borland C/C++ program can be compiled using ______ short cut key.
A
Ctrl + F9
B
Ctrl + F8
C
Alt + F9
D
Alt + F8
Question 6
Error Free Source code will produce ______ file after compiling program.
A
.bin
B
.exe
C
.obj
D
.class
Question 7
User need to re compile program if written program will be having ______________ errors.
A
Run Time
B
Fatal
C
Compile
D
None of these
Question 8
In order to generate machine instruction, _______ will be given as input.
A
Executable File
B
Object File
C
None of these
D
Source Code
Question 9
Linker takes input from the ____________ file to link in libraries.
A
Object
B
Source
C
Executable
D
None of these
Question 10
Errors generated after the execution of program is called as ____________.
A
Run Time Errors
B
Compile Time Errors
There are 10 questions to complete.