Basics of c++
it is an object oriented programming language. it was developed by jarney stroustrup at AT & T bell lab. Comments in C++ Single Line Comment It starts with a double slash symbol - // // This is a single line comment in C ++ Multi Line Commen...

