What does the "++" symbolize in the C++ programming language? 

  • Double precision 
  • Enhancement to C 
  • Increment 
  • Two plus operations
The "++" in C++ symbolizes an "enhancement to C." Bjarne Stroustrup, when developing the language, considered C++ as an extension or improvement of the C language, hence the name C with an increment "++".
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *