You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1. In Cpp language True and flase represent 1 and 0 resp.
2
-
2. We can make local and global variable with same name but prefrence will given to local on but if u use "::"before varible then it will use global variable
3
-
3. void function will not return anyting "that why it is void == 0"
4
-
4. "<<" is called as Insertion operator.
5
-
4. "<<" is called as Extraction operator.
6
-
7
-
/////////RULES TO DECLARE VARIABLES IN CPP
8
-
9
-
1. Varible name in cpp can range from 1 to 255 char.
0 commit comments