Uploaded December 2015 | Updated September 2026, 2 weeks ago
previous: Fast C programming tutorial 3 - user input using scanf youtube.com/watch?v=4Ha-28GRRo4
next: Fast C programming tutorial 5 - if else part 1 youtube.com/watch?v=tavJUWdzxVo
The basic operations discussed in this tutorial are addition, subtraction, multiplication, division.
addition operation is done using '+' sign.
subtraction operation is done by using '-' sign.
multiplication operation is done by '*' sign.
division operations is done by '/' and '%' signs.
division operation is the special case. when we use '/' sign, quotient is obtained as output and when we use '%' sign, remainder is used as output.
in this way different basic operations are carried out in C programming
i hope that you have liked my video....
it won't take even a second to like and subscribe, so do it if my video helped you.........
previous: Fast C programming tutorial 3 - user input using scanf youtube.com/watch?v=4Ha-28GRRo4
next: Fast C programming tutorial 5 - if else part 1 youtube.com/watch?v=tavJUWdzxVo
The basic operations discussed in this tutorial are addition, subtraction, multiplication, division.
addition operation is done using '+' sign.
subtraction operation is done by using '-' sign.
multiplication operation is done by '*' sign.
division operations is done by '/' and '%' signs.
division operation is the special case. when we use '/' sign, quotient is obtained as output and when we use '%' sign, remainder is used as output.
in this way different basic operations are carried out in C programming
i hope that you have liked my video....
it won't take even a second to like and subscribe, so do it if my video helped you.........
