Dreamline Education

https://dreamlineeducation.blogspot.com/2019/09/ccna-course-online-ccna-certification.html

YOUR SUCCESS IS OUR AIM

Dreamline Education Provide Online $ Offline Education.

We Provide Computer Training

Computer Courses Hardware Networking CCNA Windows-OS Windows Server MCSA Linux Ethical Hacking

We Provide Software Programimg Training

Software Programming C C++ HTML JAVA PHP MYSQL C# WEB-DESIGNING PHOTOSHOP CORELDRAW

We Provide School Tuition From Class 5 to 12

Online Offline Tuition On Maths Science English and All Subjects Of Class 5th to 12th

We Provide Spoken English and Personality Development

Become Fluent, Confident In English With Flexible Custom-Made Plans and Personal Trainers.

Showing posts with label Software Programming. Show all posts
Showing posts with label Software Programming. Show all posts

Monday, September 2, 2019

C++ Programming


C++  Programming

Ø  History of C++

Ø  Structure of C++ program

Ø  Comments, Keywords

Ø  Identifiers

Ø  Declaration of variables

Ø  Constants

Ø  Data Types

·         Integer Data Type
·         Float Data Type
·         Character data type

Ø  Operators

Ø  C++ character functions

Ø  Array

Ø  OOP’s feature
·         Class
·         Object
·         Data Hiding
·         Encapsulation
·         Inheritance
·         Polymorphism
·         Overloading


Ø  Member Functions

Ø  Class and object

Ø  Constructor and Destructor

Ø  Inheritance

Ø  Polymorphism and Overloading

Ø  Virtual Functions, Friend Functions

Ø  Templates

Ø  File I/O.








C Programming


C  Programming




                C  Programming

Ø  Introduction of C
Ø  History  of C
Ø  Structure of C Programming
Ø  Keyword and Identifier
Ø  Rules of Identifier
Ø  Variables in C
Ø  Declaration of  Variables

Ø  Constants of C
·         Real constant
·         Integer constant
·         Character constant
·         String constant

Ø  Data Types
Ø  Managing input and output operations
Ø  Types of operators
·         Assignment
·         Arithmetic
·         Logical
·         Relational
·         Conditional
·         Bitwise operator
·         Special operator

Ø  Decision making
·         If statements
·         If else statements
·         Nested If statement
·         Else If Ladder statement
·         Switch statement

Ø  Iteration
·          While Loops
·         Do... while Loop
·         For Loop

Ø  Jumping Statements
·         Go To Statements
·         Break statements
·         Continue statements

Ø  Array
·          Declaration of Arrays
·         Initialization of Arrays
·         Multi-dimensional Arrays

Ø  String in C
·         Initializing strings
·         In built function in c
·         String input and output


Ø  Functions
·          Built-In Function
·          User Defined Functions
·          Recursive function

Ø  Structures And Unions

Ø  Pointers
·         Address operator
·         Pointer arithmetic
·         Pass by value
·         Pass by reference
·          Dynamic Memory Allocation