7 years ago
in Introduction To C++ Language
Overall Stats
Attempted
123
Correct
12
Incorrect
47
Viewed
64
Answers
Blank OP -
4 years ago
Blank OP from Bacolod City, Philippines is saying C front is correct answer
Saima Batool -
4 years ago
Saima Batool from Quetta, Pakistan is saying Borland C++ is correct answer
Neyah Deshmukh -
4 years ago
Neyah Deshmukh from India is saying C++ compiler is correct answer
Shagufta Kiran -
4 years ago
Shagufta Kiran from Islamabad, Pakistan is saying C++ compiler is correct answer
vaishali jain -
4 years ago
vaishali jain from Pune, India is saying Borland C++ is correct answer
Related Questions
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
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
Polymorphism is implemented through which mechanism in C++ ?
- [A] Late Interpretation
- [B] Late Binding
- [C] Early Binding
- [D] Overloading