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