adsense

Hii, welcome to my site. My name is Om prakash kartik. This blog helps you to learn programming languages concepts.

C++ Programming Notes

                                     C++ Programming Notes




Overview of C++

  •  Introduction and features of C++
  • Structure  of C++ programming
  • The C++ characters sets
  • Variable & Constants
  • Identifiers
  • Keywords
  • Data type of C++

Operator and Expressions

  • Definition of Operator
  • Definition of Expression
  • Types of Operators 
               Arithmetic operator
               Relational operator
               Logical operator
               Assignment operator
               Increment and decrement operator
               Conditional operator
               Bitwise operator
               Special operator

        Control Structure

  • Definition of Control statement
  • Types of control statements
      1.    Decision making and branching statements
                 if....
                 if....else 
                 nested if.....else
                 else....if ladder
                 conditional statement
                 switch .... case
      2.    Decision making and looping statements
                while
                do .... while
                for
       3.     Control statements without  decision making or jump statements
                 break
                 continue
                 goto
                 return


Post a Comment

0 Comments