In c++ there are different type of variable int - stores integers (whole numbers), without decimals, such as 123 or -123 double - stores floating point number…
Comments can be used to explain C++ code, and to make it more readable. It can also be used to prevent execution when testing alternative code. Comments can be sin…
Since C++ is a superset of C, all elements of the C language are also contained in the C++ language. Therefore, it is possible to write C++ programs that loo…
About c++ It was created as an extension of c language by Bjarne Stroustrup It is the most preferred language used for competitive programming …
Setting up of editor is an important step toward your Competitive programming journey. But Before setting up of editor we will talk about what is an editor and wh…
Before talking about competitive programming I would like to talk about what is Competitive Programming? Competitive Programming: Generally competitive programming is a …
Social Plugin