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 Subject (Computer Engineering)

Loading...

Published in: Computer Science
1,245 Views

I have easely explained the c sample notes.

Pallavi L / Bangalore

8 years of teaching experience

Qualification: Computer Engineering

Teaches: SSC Exams

Contact this Tutor
  1. The decision control structure Operators: If statement If(condition=true) Execute this statement If-else statement If(condition=true) Execute this statement Else //if condition=false Execute this statement Nested if elses If(conditionl=true) Execute this statement Else //lf conditionl=false Not Multiplication Division Reminder Addition Minus Less than Greater than Less than equal to Greater than equal to Equal to Not equal to And Or Assign
  2. If(condition2=true) Execute this statement Else // if condition2=false Execute this statement else if clause if(a=l) Execute this statement Else if(a=2) Execute this statement Else if (a=3) Execute this statement Else Execute this statement