What does IDE stand for?
a) input data error
b) input desktop environment
c) integrated development environment
d) internal disk error
Which is correct sequence of steps for creating and executing a C++ program?
a) editing>saving>compiling>linking> executing
b) compiling>editing>saving>executing> linking
c) editing>executing>compiling>linking
d) linking>executing>saving>editing> compiling
The process of converting source into object code is called…..
a) compiling
b) executing
c) linking
d) saving
The process linking library file with object file is called…..
a) compiling
b) executing
c) linking
d) saving
The process of running an executable file is known as………
a) debugging
b) compiling
c) executing
d) saving
The programmer usually writes source code using………
a) compiler
b) text editor
c) debugger
d) linker