VARIABLES AND COMMENTS IN C++ | CODING WITH TECHIFY SHREYANSH

TECHIFY SHREYANSH
1 min readMay 7, 2021

--

variables and comments in CPP

Variables are containers for storing data values. In C++, there are different types of variables (defined with different keywords), for example: int — stores integers (whole numbers), without decimals, such as 123 or -123. bool — stores values with two states: true or false. …

The C++ comments are statements that are not executed by the compiler. The comments in C++ programming can be used to provide explanation of the code, variable, method or class. By the help of comments, you can hide the program code also. There are two types of comments in C++.

In lecture 3 we discuss about variables and comments in c.

that how to give comment in C++ and what are variables . in this video i talk about only int DATATYPE. it is just basic intro . in lecture 4 I will discuss about built in datatype, variables and scope of variable.

Lecture 3: variables and comments in C++:

YouTube link:

https://youtu.be/iTerYeETQi8

MY BLOG LINK WHERE U CAN FIND CODES ON VARIABLES AND COMMENTS IN C++: https://techifyshreyansh.blogspot.com/2021/04/lecture-3-variables-and-comments-in-c.html

--

--

TECHIFY SHREYANSH
0 Followers

Techify shreyansh is attempt to teach coding techniques to people in short time which took me ages to learn.My blog is: https://techifyshreyansh.blogspot.com/