mirror of
https://github.com/namibia/awesome-cheatsheets.git
synced 2024-11-21 20:35:12 +00:00
Fixing a missed spacing
This commit is contained in:
parent
c6251b8fd9
commit
75058411bb
@ -45,7 +45,7 @@ break used to exit loop and used to exit switch
|
|||||||
case choice in a switch
|
case choice in a switch
|
||||||
char basic declaration of a type character
|
char basic declaration of a type character
|
||||||
const prefix declaration meaning variable can not be changed
|
const prefix declaration meaning variable can not be changed
|
||||||
continuego to bottom of loop in for, while and do loops
|
continue go to bottom of loop in for, while and do loops
|
||||||
default optional last case of a switch
|
default optional last case of a switch
|
||||||
do executable statement, do-while loop
|
do executable statement, do-while loop
|
||||||
double basic declaration double precision floating point
|
double basic declaration double precision floating point
|
||||||
|
Loading…
Reference in New Issue
Block a user