Overall Stats
Answers
Blank OP from Bacolod City, Philippines is saying is a tool that translate a C++ code to its equivalent C code is correct answer
swathi from Chennai, India is saying is the front end of C compiler is correct answer
naveen kalusalingam from Chennai, India is saying is the pre-processor of C compiler is correct answer
Saima Batool from Quetta, Pakistan is saying is a tool that translate a C++ code to its equivalent C code is correct answer
Neyah Deshmukh from India is saying is a tool that translate a C++ code to its equivalent C code is correct answer
Related Questions
The technique by which objects communicate with each other is called ?
- [A] information passing
- [B] function passing
- [C] message passing
- [D] none of above
C++ was originally developed by ?
- [A] Colcksin and Mellish
- [B] Donald E.Knuth
- [C] Sir Richard Handlee
- [D] Bajarne Stoustrup
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
The process by which objects of one class acquire the attributes of another class is known as............?
- [A] Inheritance
- [B] Polymorphism
- [C] Data Abstraction
- [D] Binding