Category
- Php
- JAVA
- DOTNET
- Vbscript
- C
- vb
- html
- Mysql
- Oracle
- sql
- Db
- Computer
- Commerce
- Business
- Arts
- Cashier
- Audit
- Banking
- Accounts
- Math
- Physics
- Biology
- Others
Home >> Asked Questions >> C
Q. what is the difference between c and c++ ?
Answer :
C is Procedure Oriented Programming Language (POP).
C is mostly used to develop system software.
C program has extension .C
C uses the top-down approach.
C is function-driven.
C++ is Object Oriented Programming Language (OOP).
C++ is mostly used to modal real life problem to program and use to develop application programs.
C++ program has extension .cpp
while C++ is object-driven.
C is mostly used to develop system software.
C program has extension .C
C uses the top-down approach.
C is function-driven.
C++ is Object Oriented Programming Language (OOP).
C++ is mostly used to modal real life problem to program and use to develop application programs.
C++ program has extension .cpp
while C++ is object-driven.
Posted By : app101
Most Viewed Questions