Register Now

Login

Lost Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

C++ is ______________

a) functional programming language
b) procedural programming language
c) object oriented programming language
d) both procedural and object oriented programming language

Answer: d
Explanation: C++ supports both procedural (step by step instruction) and object oriented programming (using concept of classes and objects).

Join The Discussion