InterviewSolution
 Saved Bookmarks
    				| 1. | 
                                    What is C ++ | 
                            
| 
                                   
Answer» Thank you mc C++ is a powerful general-purpose programming language. It can be used to develop operating systems, browsers, games, and so on. C++ supports different ways of programming like procedural, object-oriented, functional, and so on. This makes C++ powerful as well as flexible. As we know both C and C++ are programming languages and used for application development. The main difference between both these languages is C is a procedural programming language and does not support classes and objects, while C++ is a combination of both procedural and object-oriented programming languages.  | 
                            |