define c++ ............................
Answers
Answered by
1
Explanation:
C++ is a general-purpose programming language created by Bjarne Stroustrup as an extension of the C programming language, or "C with Classes
Answered by
23
HERE IS YOUR ANSWER MATE.....;
- In the C Programming Language, the #define directive allows the definition of macros within your source code. ... Macro definitions are not variables and cannot be changed by your program code like variables. You generally use this syntax when creating constants that represent numbers, strings or expression .
- C++ is still used because, prior to the development of these languages you compare it to, it's been around much longer and so has a considerable codebase written in it, which would be difficult, expensive, time-consuming and ultimately futile to rewrite in some other language.
HOPE IT'S HELPFUL....:-)
Similar questions