Special operators in programming languages

Special operators in programming languages

Special characters are use to do several operation in programming languages.

here's the list of special character used in c programming.
, comma
. period
; semicolon
: colon
? question mark
! apostrophe
" quotation mark
! exclamation mark
& ampersand
^ caret
* asterisk
- minus sign
+ plus sign
< opening angle bracket or less than sign
> closing angle bracket  or greater than sign
| vertical bar
\ backslash
/ slash
~ tilde
_ underscore
$ dollar sign
% percent sign
# number sign

No Response to "Special operators in programming languages"

Post a Comment

leave a comment