*=
Assign product
/=
Assign quotient
%=
Assign remainder
-=
Assign sum
&=
Assign difference
^=
Assign bitwise AND
|=
Assign bitwise XOR
<<=
Assign bitwise OR
>>=
Assign left shift
Assign right shift
,
Separator of expressions
Left to right
C Programming Introduction Practice Programs
This page contains example and source code on very basic features of C programming language. To understand the examples on this page, you should have knowledge of following topics:
1. Variables and Constants
2. Data Types
3. Input and Output in C programming
4. Operators
C Introduction Practice programs