Results 1 to 4 of 4

Thread: What is the difference between C and C ++?

  1. #1
    GonzalezBrown is offline Senior Member
    Join Date
    Dec 2009
    Posts
    260
    Rep Power
    3

    Default What is the difference between C and C ++?

    Hi I m new in programming world. Currently I am learning C++ programming language. I want to know the difference between C and C ++? Thanks in advance for any information.

  2. #2
    LewisClark is offline Senior Member
    Join Date
    Dec 2009
    Posts
    260
    Rep Power
    3

    Default

    • C is mother language of all other programming language. C is procedure oriented language and offers importance to Procedure that is functions before data. C is middle level language.

    • C++ is object oriented language and offers importance to object that is data.

  3. #3
    WalkerCook is offline Senior Member
    Join Date
    Dec 2009
    Posts
    253
    Rep Power
    3

    Default

    • The key difference between c and C++ is that " C is a structured programming language while C++ is an object programming language (OOps)

    • C++ support operator overloading but c doesn't support operator overloading.

    • DATA is not secured in C but in C++ it is secured

    • In C it doesn’t provide default Argument but in C++ provides

  4. #4
    SmithJohnson is offline Senior Member
    Join Date
    Dec 2009
    Posts
    364
    Rep Power
    3

    Default

    Code:
    Difference between C and C ++:
    
    • C++ is object oriented language and offers importance to object that is data.
    • C++ support operator overloading but c doesn't support operator overloading.
    • In C we use #include<stdio.h>as header file, while in C++ we use #include<iostreame>as header file.
    • Inline functions are not available in C.
    • C is a top down approach while C++ is bottom up approach
    • DATA is not secured in C but in C++ it is secured

Similar Threads

  1. Difference between C and C++
    By GonzalezBrown in forum Programming
    Replies: 2
    Last Post: 06-24-2010, 11:05 AM
  2. Difference in SQL,*PLUS and PL/SQL
    By RogersNguyen in forum Programming
    Replies: 1
    Last Post: 02-16-2010, 05:29 PM
  3. Difference Servlet & ASP
    By MartinWilson in forum Programming
    Replies: 2
    Last Post: 02-06-2010, 11:23 AM
  4. Difference in RAM and ROM
    By PerrySullivan in forum Motherboard
    Replies: 3
    Last Post: 02-01-2010, 02:29 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
SEO by SubmitEdge

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48