You are on page 1of 7

Presentation

• Name
• Muhammad usman
• Class
• Adp (cs)
• Rollno
• su73-adcsm-f22-033
• TEACHER
• SIR ZEESHAN AHMeD
Index
1. About C++ 6. Application of C++

2. Difference between C and C++ 7. Types of Jobs in C++

3. History of C++ 8. Career in C++

4. For Example 9. The Demand for C++ in the Market

5. Why we learn C++ 10. Advantages of C++


About C++
• C++ is a general-purpose programming language that was developed as an enhancement of the C
language to include object-oriented paradigm. It is an imperative and a compiled language.
• C++ is a middle-level language rendering it the advantage of programming low-level (drivers, kernels)
and even higher-level applications (games, GUI, desktop apps etc.). The basic syntax and code structure
of both C and C++ are the same.
Difference between C and C++
C C++
C is Procedural Language. C++ is non-Procedural Language i.e.
Object Oriented Language.
Top down approach is used in Program Bottom up approach adopted in Program
Design. Design
Multiple Declaration of global variables Multiple Declaration of global variables
are allowed. are not allowed.
C requires all the variables to be defined C++ allows the declaration of variable
at the starting of a scope. anywhere in the scope i.e. at time of its
Frist use.
In C, malloc() and calloc() Function are In C++, new and delete operators are use
used for Memory Allocation and free() for Memory Allocation and Deallocation.
function for memory Deallocation.
Interesting, right?
This is just a sneak preview of the full presentation. We hope you like it! To see the
rest of it, just click here to view it in full on PowerShow.com. Then, if you’d like, you
can also log in to PowerShow.com to download the entire presentation for free.
Thanks

You might also like