Saved Bookmarks
| 1. |
Please give a coding idea on C++ |
|
Answer» Explanation: C++, pronounced "C plus plus," is a programming language that was built off the C language. The SYNTAX of C++ is NEARLY identical to C, but it has object-oriented features, which allow the programmer to create objects within the CODE. This MAKES programming easier, more efficient, and some would even SAY, more fun. |
|