Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 502 Bytes

padho.md

File metadata and controls

10 lines (8 loc) · 502 Bytes
  1. In Cpp language True and flase represent 1 and 0 resp.
  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. void function will not return anyting "that why it is void == 0"
  4. "<<" is called as Insertion operator.
  5. "<<" is called as Extraction operator.

/////////RULES TO DECLARE VARIABLES IN CPP

  1. Varible name in cpp can range from 1 to 255 char.
  2. Varible name do not start with num