7 years ago
in Introduction To C++ Language
Overall Stats
Attempted
110
Correct
14
Incorrect
31
Viewed
65
Answers
swathi -
4 years ago
swathi from Chennai, India is saying Lowers the maintenance cost is correct answer
naveen kalusalingam -
4 years ago
naveen kalusalingam from Chennai, India is saying Reduce the compilation time is correct answer
Neyah Deshmukh -
4 years ago
Neyah Deshmukh from India is saying Lowers the maintenance cost is correct answer
vaishali jain -
4 years ago
vaishali jain from Pune, India is saying Lowers the maintenance cost is correct answer
Bhawna wadhwa -
4 years ago
Bhawna wadhwa from India is saying Decreases the testing time is correct answer
Related Questions
Which operator is used to define a member of a class from outside the class definition
- [A] scope resolution
- [B] ->
Which of the following is false about object oriented ?
- [A] is block structured language
- [B] is not a block structured language
- [C] aids in object oriented programming
- [D] is an extension of C
Which of the following is not a C++ Compiler ?
- [A] C front
- [B] Turbo C++
- [C] Borland C++
- [D] C++ compiler
Why every program begins with main () in C++ ?
- [A] As this is from the compiler knows that program execution actually starts.
- [B] Because its name is main
- [C] Both A and B
- [D] None of above
cfront ?
- [A] is the front end of C compiler
- [B] is the pre-processor of C compiler
- [C] is a tool that translate a C++ code to its equivalent C code
- [D] None of above