O slideshow foi denunciado.
Seu SlideShare está sendo baixado. ×
Anúncio
Anúncio
Anúncio
Anúncio
Anúncio
Anúncio
Anúncio
Anúncio
Anúncio
Anúncio
Anúncio
Anúncio
Próximos SlideShares
C++ chapter 2
C++ chapter 2
Carregando em…3
×

Confira estes a seguir

1 de 31 Anúncio

Mais Conteúdo rRelacionado

Semelhante a dart 3.pdf (20)

Anúncio

Mais recentes (20)

dart 3.pdf

  1. 1. C List Functions 26
  2. 2. C List Functions 26
  3. 3. C List Functions 26
  4. 4. C List Functions 26
  5. 5. C List Functions 26
  6. 6. C List Functions 26
  7. 7. C List Functions 26
  8. 8. C List Functions 26
  9. 9. C List Functions 26
  10. 10. C List Functions 26
  11. 11. C List Functions 26
  12. 12. C Set Functions 26
  13. 13. C Set Functions 26
  14. 14. C Set Functions 26
  15. 15. C Set Functions 26
  16. 16. C Set Functions 26
  17. 17. C Set Functions 26
  18. 18. C Map Functions 26
  19. 19. C Map Functions 26
  20. 20. C Map Functions 26
  21. 21. C Duration Object 26
  22. 22. C DateTime Constructors 26
  23. 23. C DateTime 26
  24. 24. C DateTime Methods 26
  25. 25. C types of operators 26
  26. 26. C Arithmetic Operators 26 Operator Symbol Operator Name Operator Description + Addition Use to add two operands – Subtraction Use to subtract two operands -expr Unary Minus It is Use to reverse the sign of the expression * Multiply Use to multiply two operands / Division Use to divide two operands ~/ Division Use two divide two operands but give output in integer % Modulus Use to give remainder of two operands
  27. 27. C Arithmetic Operators 26
  28. 28. C Unary Operators 26 Unary Operators Increment Operators Pre increment ++var Post increment var++ Decrement Operators Pre decrement --var Post decrement var--
  29. 29. C Unary Operators 26
  30. 30. C Relational Operators 26 Operator Symbol Operator Name Operator Description > Greater than Check which operand is bigger and give result as boolean expression. < Less than Check which operand is smaller and give result as Boolean expression. >= Greater than or equal to Check which operand is greater or equal to each other and give result as Boolean expression. <= less than equal to Check which operand is less than or equal to each other and give result as Boolean expression. == Equal to Check whether the operand are equal to each other or not and give result as Boolean expression. != Not Equal to Check whether the operand are not equal to each other or not and give result as Boolean expression.
  31. 31. C Relational Operators 26

×