Looking for a Tutor Near You?

Post Learning Requirement »
x

Choose Country Code

x

Direction

x

Ask a Question

x

x
x
x
Hire a Tutor

C Program Operators

Loading...

Published in: C / C++
325 Views

I discussed about C program Arithmetic operator in this chapter

Uma / Madurai

3 years of teaching experience

Qualification: M.Sc (Rena Infotech, Cheranmahadevi - 2013)

Teaches: Advanced Excel, Basic Computer, Computer for official job, MS Office, School Level Computer, All Subjects, Biology, Computer Science, History, Social Studies, Geography, B.Sc Tuition, B.Tech Tuition, IT, M.Sc Tuition, C / C++, Java And J2EE, Visual Basic

Contact this Tutor
  1. C Program Operators
  2. C Airthmetic Operators addition (or) Unary plus subtraction (or) Unary minus Multiplication divison emainder after divison
  3. Example program of Arithmetic Operator # include <stdio.h> —int main () int a=9, b=4, c; C=a+b,• C-å-b, Printf( odhl ",c);
  4. C=a/b; Printf("Remainder when a dvided by "); Return 0;
  5. Output 13 a-b= 5 a*b — 36 a/b 2 Remaindenvhen a divided by b