Description
C is a general-purpose, imperative computer programming language.
C was originally developed by Dennis Ritchie between 1969 and 1973 at Bell Labs, and used to re-implement the Unix operating system. It has since become one of the most widely used programming languages of all time.
Like most imperative languages in the ALGOL tradition, C has facilities for structured programming and allows lexical variable scope and recursion, while a static type system prevents many unintended operations. In C, all executable code is contained within subroutines, which are called "functions".
Function parameters are always passed by value. Pass-by-reference is simulated in C by explicitly passing pointer values. C program source text is free-format, using the semicolon as a statement terminator and curly braces for grouping blocks of statements.
C++ is the extension of C Language. It has imperative, object-oriented and generic programming features, while also providing facilities for low-level memory manipulation.
It was designed with a bias toward system programming and embedded, resource-constrained and large systems, with performance, efficiency and flexibility of use as its design highlights. C++ has also been found useful in many other contexts, with key strengths being software infrastructure and resource-constrained applications, including desktop applications, servers (e.g. e-commerce, web search or SQL servers), and performance-critical applications (e.g. telephone switches or space probes).C++ is a compiled language, with implementations of it available on many platforms. Many vendors provide C++ compilers, including the Free Software Foundation, Microsoft, Intel, and IBM.
You Will Learn
C Language
- Introduction
- Keywords & Identifier
- Variables & Constants
- C Data Types
- C Operators
- Input/Output
- C Flow Control
- decision making programs
- C if...else
- while Loop
- Do-while Loop
- For Loop
- break and continue statements
- C switch...case
- C goto statement
- Arrays
- One Dimentional Array
- Multi Dimentional Array
- C programing with Charcter Variables
- Strings, String Functions
- C Functions()
- C Function() Types
- C User-defined Functions()
- C Recursive function()
- C Pointers
- C Pointers to Arrays
- Pointers And Functions
- C Structure
- Structures & Pointers
C++
- Introduction
- Keywords & Identifier
- Variables & Constants
- C++ Data Types
- C++ Operators
- Input/Output
- C++ Flow Control
- decision making programs
- C if...else
- C++ while Loop
- C++ Do-while Loop
- C++ For Loop
- break and continue statements in C++
- C++ switch...case
- C++ Programming goto statement
- C++ Programming Arrays
- One Dimentional Array
- Multi Dimentional Array
- C++ Strings
- String Functions
- C++ Functions()
- C++ User-defined functions()
- C++ Recursive function()
- C++ Object & Class
- C++ Constructors
- C++ Objects & Function
- C++ Inheritance
- C++ Structures
- Structure and Function
- C++ Pointer
- C++ Pointers and Arrays
- C++ Pointers and Functions
Career Option
- Programmer
- Prog Asst.
- Personal Instructor
- Utility Software developer
- Program Developer
- Etc..