Fixing a missed spacing

This commit is contained in:
Sudhakar R 2019-08-29 15:50:13 +05:30 committed by GitHub
parent c6251b8fd9
commit 75058411bb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ break used to exit loop and used to exit switch
case choice in a switch
char basic declaration of a type character
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
do executable statement, do-while loop
double basic declaration double precision floating point