Join the social network of Tech Nerds, increase skill rank, get work, manage projects...
 
  • Diiference Between C and C++

    • 0
    • 0
    • 0
    • 0
    • 0
    • 0
    • 0
    • 0
    • 309
    Comment on it

    Basic difference between C and C++:

    C C++
    C follow procedural programming language C++ follow procedural and object oriented
    Data cannot be hide in C In C++, data can be hide by using OOP feature "Data Hiding".
    C is a low level programming language C++ is a middle level programming language.
    C follow top- down approach. C++ follow bottom-up approach.
    In C, for input and output function used are: A) printf() B) scanf() In C++, for input and output function used are: A)cin>> B) cout<<
    C does not support exception handling. C++ support exception handling.

 0 Comment(s)

Sign In
                           OR                           
                           OR                           
Register

Sign up using

                           OR                           
Forgot Password
Fill out the form below and instructions to reset your password will be emailed to you:
Reset Password
Fill out the form below and reset your password: