SlideShare a Scribd company logo
C & C++ TRAINING INSTITUTE IN
AMBALA
Presented By: Simran Grover
What is C ?
• C is a high-level and general purpose
programming language that is ideal
for developing firmware or portable
applications. Originally intended for
writing system software.
• C was developed at Bell Labs by
Dennis Ritchie for the Unix
Operating System (OS) in the early
1970s.
• Ranked among the most widely used
languages, C has a compiler for most
computer systems and influenced
many popular languages – notably
C++.
History of C
• C is a general-purpose programming language.
• C is a programming language which born at “AT &
T’s Bell Laboratory” of USA in 1972.
• C was written by Dennis Ritchie, that’s why he is
also called as father of c programming language.
• C language was created for a specific purpose i.e.,
designing the UNIX operating system (which is
currently base of many UNIX based OS From the
beginning, C was intended to be useful to allow
busy programmers to get things done because C is
such a powerful, dominant and supple language
• Its use quickly spread beyond Bell Labs in the late
70’s because of its long list of strong features.
History of C
• C language was created for a specific
purpose i.e., designing the UNIX
operating.
• Its use quickly spread beyond Bell
Labs in the late 70’s because of
its long list of strong features.
Features of C
• Fixed number of keywords, including a set
of control primitives, such as if, for, while,
switch and do while
• Multiple logical and mathematical
operators, including bit manipulators
• Multiple assignments may be applied in a
single statement.
Features of C
• Function return values are not always
required and may be ignored if
unneeded.
• Typing is static.
• Basic form of modularity, as files
may be separately compiled and linked
• Control of function and object
visibility to other files via extern and
static attributes
Advantages
• Procedure Oriented language
• Lots of Libraries
• Speed of Compilation
• Easy to Learn
• Portable
• It follows top – down approach
Applications of C
• C language is used for creating computer applications
• Used in writing Embedded software's
• Firmware for various electronics, industrial and
communications products which use micro-controllers.
• It is also used in developing verification software, test
code, simulators etc. for various applications and
hardware products.
• For Creating Compiles of different Languages which
can take input from other language and convert it
into lower level machine dependent language.
• C is used to implement different Operating System
Operations.
• UNIX kernel is completely developed in C Language.
Applications of C
• For Creating Compiles of different
Languages which can take input from
other language and convert it into
lower level machine dependent language.
• C is used to implement
different Operating System Operations.
• UNIX kernel is completely developed in
C Language.
Some More Applications of C
Operating Systems Network Drivers Print Spoolers
Language compilers Assemblers Text Editors
Modern Programs Data Bases Language Interpreters
Simulators Utilities Embedded System
What is C++ ?
• C++ is a general purpose object oriented
programming language. It is considered to
be an intermediate level language, as it
encapsulates both high and low level
language features. Initially, the language
was called 'C with classes’ as it had all
properties of C language with an additional
concept of 'classes’. However, it was
renamed to C++ in 1983.
• It is pronounced as "C-Plus-Plus."
History of C++
• C++ Development started in 1979.
• During the creation of Ph.D. thesis, Bjarne
Stroustrup worked with language called Simula.
• Bjarne Stroustrup identified that this OOP
features can be included in the software
development.
• After that Bjarne Stroustrup started working
on the C language and added more extra
OOP features to the classic C.
• C++ includes features such as classes,
inheritance, in-lining, default function
arguments, and strong type checking.
History of C++
• After that Bjarne Stroustrup started
working on the C language and added
more extra OOP features to the
classic C.
• C++ includes features such as classes,
inheritance, in-lining, default function
arguments, and strong type checking.
Features
• Simple
• Portability
• Powerful
• Platform dependent
• Object oriented
• Case sensitive
• Compiler based
• Syntax based language
• Use of Pointers
Applications of C++
• Google : Google uses C++ for indexing.
• Adobe Systems : All major software like
Photoshop, Adobe Premiere are made in C++.
• Mozilla : Mozilla Firefox and Thunderbird are
written in C++.
Applications of C++
• VLC media player is written in C language.
Many parts of Operating systems are
written in C/C++. And the very powerful
Linux is completely written in C.
• MySQL : The very powerful database
management application
Advantages
• Simple
• Secure
• Portable
• Object-Oriented
• Robust
• Multithreaded
• Interpreted
• Provides high
performance
• Distributed
• Dynamic
C C++
1. C is Procedural Language. 1. C++ is non Procedural i.e
Object oriented Language.
2. No virtual Functions are
present in C
2. The concept of virtual
Functions are used in C++.
3. In C, Polymorphism is not
possible.
3. The concept of
polymorphism is used in C++.
Polymorphism is the most
Important Feature of OOPS.
4. Operator overloading is
not possible in C.
4. Operator overloading is
one of the greatest Feature
of C++.
5. Top down approach is used
in Program Design.
5. Bottom up approach
adopted in Program Design.
6. No namespace Feature is
present in C Language.
6. Namespace Feature is
present in C++ for avoiding
Name collision.
7. Multiple Declaration of
global variables are allowed.
7. Multiple Declaration of
global variables are not
allowed.
8. In C
scanf() Function used for
Input.
•printf() Function used for
output.
8. In C++
Cin>> Function used for Input.
•Cout<< Function used for
output.
9. Mapping between Data and
Function is difficult and
complicated.
9. Mapping between Data and
Function can be used using
"Objects"
10. In C, we can call main()
Function through other
Functions
10. In C++, we cannot call
main() Function through other
functions.
11. C requires all the variables to
be defined at the starting of a
scope.
11. C++ allows the declaration
of variable anywhere in the
scope i.e. at time of its First
use.
12. No inheritance is possible in C. 12. Inheritance is possible in
C++
13. In C, malloc() and calloc()
Functions are used for Memory
Allocation and free() function for
memory Deallocating.
13.In C++, new and delete
operators are used for Memory
Allocating and Deallocating.
14. It supports built-in and
primitive data types.
14. It supports both built-in
and user define data types.
15. In C, Exception Handling is not
present.
15. In C++, Exception Handling
is done with Try and Catch
block.
• BASIC COURSE
• C PROGRAMMING
• C++ PROGRAMMING
• WEB DESIGNING
• WEB DEVELOPMENT
• S.E.O
Basic Computer
• Notepad
• WordPad
• MS OFFICE 2010, 2013 [ Word, Excel,
Power Point]
• Internet [Gmail, Facebook, Twitter]
• Online Form Filling
• Bill paying, Mobile Recharge, Shopping
[Linked, Printerrest]
• Window Installation, Software Up-
Loadations.
C Programming Language
• Introduction
• Function
• Control Statements
• Arrays & Strings
• Pointers, Structure & Union
C++ Programming Language
• Introduction
• Classes, Objects
• Inheritance
• Constructor & Destructor
• Function
• Pointers Structure
• Arrays & Astrings
• Structures, Union
Web Designing
• HTML
• JavaScript
• Dreamweaver / Notepad++
• Corel Draw
• CSS & CSS3
Web Development
• Core PHP
• SQL
• Server Control Structures
• Session
• Cookies
S.E.O Courses
• Search Engine Basic
• Keyword Research
• Best On-Page SEO Tricks
• Role of Word Press
• Domain Selection
• Social media Importance
• Anchor Text Messages
• Black Hat VS. White Hat Local Place
Courses Attractions
• Server Uploading
• Working on (Responsive, Creative, E-
Commerce Website)
• Title Meta Tag
• External Links
• Official Blogs
• Web 2.0 Blogs
ADDRESS:
SCO -15 Dayal Bagh,
Ambala Cantt , 133001
Near Panchmukhi Hanuman Mandir
Haryana.
Ph. No. : 9729666670, 4000670
E-Mail ID : jbjatinbatra@gmail.com
Website : www.batracomputercentre.com
CONTACT US
C & C++ Training Centre in Ambala! BATRA COMPUTER CENTRE

More Related Content

What's hot

Introduction to C++
Introduction to C++Introduction to C++
Introduction to C++
Sikder Tahsin Al-Amin
 
C programming interview questions
C programming interview questionsC programming interview questions
C programming interview questions
adarshynl
 
C++
C++C++
Introduction to C Programming
Introduction to C ProgrammingIntroduction to C Programming
Introduction to C Programming
Aniket Patne
 
Introduction to c++ ppt 1
Introduction to c++ ppt 1Introduction to c++ ppt 1
Introduction to c++ ppt 1
Prof. Dr. K. Adisesha
 
Introduction to c++
Introduction to c++Introduction to c++
Introduction to c++
Himanshu Kaushik
 
Intro to Javascript
Intro to JavascriptIntro to Javascript
Intro to Javascript
Anjan Banda
 
Tokens in C++
Tokens in C++Tokens in C++
Tokens in C++
Mahender Boda
 
Overview of c++ language
Overview of c++ language   Overview of c++ language
Overview of c++ language
samt7
 
Java String class
Java String classJava String class
Java String class
DrRajeshreeKhande
 
Introduction of java
Introduction  of javaIntroduction  of java
Introduction of java
Madishetty Prathibha
 
Java Data Types
Java Data TypesJava Data Types
Java Data Types
Spotle.ai
 
Polymorphism in C++
Polymorphism in C++Polymorphism in C++
Polymorphism in C++
Rabin BK
 
Basics of c++ Programming Language
Basics of c++ Programming LanguageBasics of c++ Programming Language
Basics of c++ Programming Language
Ahmad Idrees
 
Swift Tutorial Part 1. The Complete Guide For Swift Programming Language
Swift Tutorial Part 1. The Complete Guide For Swift Programming LanguageSwift Tutorial Part 1. The Complete Guide For Swift Programming Language
Swift Tutorial Part 1. The Complete Guide For Swift Programming Language
Hossam Ghareeb
 
C++ Files and Streams
C++ Files and Streams C++ Files and Streams
C++ Files and Streams
Ahmed Farag
 
Polymorphism in c++(ppt)
Polymorphism in c++(ppt)Polymorphism in c++(ppt)
Polymorphism in c++(ppt)
Sanjit Shaw
 

What's hot (20)

Introduction to C++
Introduction to C++Introduction to C++
Introduction to C++
 
Unit4
Unit4Unit4
Unit4
 
C programming interview questions
C programming interview questionsC programming interview questions
C programming interview questions
 
C++
C++C++
C++
 
Introduction to C Programming
Introduction to C ProgrammingIntroduction to C Programming
Introduction to C Programming
 
Chap 6(decision making-looping)
Chap 6(decision making-looping)Chap 6(decision making-looping)
Chap 6(decision making-looping)
 
Introduction to c++ ppt 1
Introduction to c++ ppt 1Introduction to c++ ppt 1
Introduction to c++ ppt 1
 
Introduction to c++
Introduction to c++Introduction to c++
Introduction to c++
 
Intro to Javascript
Intro to JavascriptIntro to Javascript
Intro to Javascript
 
Tokens in C++
Tokens in C++Tokens in C++
Tokens in C++
 
Overview of c++ language
Overview of c++ language   Overview of c++ language
Overview of c++ language
 
Java String class
Java String classJava String class
Java String class
 
Introduction of java
Introduction  of javaIntroduction  of java
Introduction of java
 
Java Data Types
Java Data TypesJava Data Types
Java Data Types
 
Polymorphism in C++
Polymorphism in C++Polymorphism in C++
Polymorphism in C++
 
Basics of c++ Programming Language
Basics of c++ Programming LanguageBasics of c++ Programming Language
Basics of c++ Programming Language
 
Simple Java Programs
Simple Java ProgramsSimple Java Programs
Simple Java Programs
 
Swift Tutorial Part 1. The Complete Guide For Swift Programming Language
Swift Tutorial Part 1. The Complete Guide For Swift Programming LanguageSwift Tutorial Part 1. The Complete Guide For Swift Programming Language
Swift Tutorial Part 1. The Complete Guide For Swift Programming Language
 
C++ Files and Streams
C++ Files and Streams C++ Files and Streams
C++ Files and Streams
 
Polymorphism in c++(ppt)
Polymorphism in c++(ppt)Polymorphism in c++(ppt)
Polymorphism in c++(ppt)
 

Viewers also liked

Discussing Fundamentals of C
Discussing Fundamentals of CDiscussing Fundamentals of C
Discussing Fundamentals of C
educationfront
 
C and C ++ Training in Ambala ! BATRA COMPUTER CENTRE
C and C ++ Training in Ambala ! BATRA COMPUTER CENTREC and C ++ Training in Ambala ! BATRA COMPUTER CENTRE
C and C ++ Training in Ambala ! BATRA COMPUTER CENTRE
jatin batra
 
Summer training in c++
Summer training in c++Summer training in c++
Summer training in c++DUCC Systems
 
C & C++ Training in Ambala ! BATRA COMPUTER CENTRE
C & C++ Training in Ambala ! BATRA COMPUTER CENTREC & C++ Training in Ambala ! BATRA COMPUTER CENTRE
C & C++ Training in Ambala ! BATRA COMPUTER CENTRE
jatin batra
 
Intro to C++ Basic
Intro to C++ BasicIntro to C++ Basic
Intro to C++ Basic
Shih Chi Lin
 
basics of C and c++ by eteaching
basics of C and c++ by eteachingbasics of C and c++ by eteaching
basics of C and c++ by eteaching
eteaching
 
difference between c c++ c#
difference between c c++ c#difference between c c++ c#
difference between c c++ c#
Sireesh K
 
Ppt of c++ vs c#
Ppt of c++ vs c#Ppt of c++ vs c#
Ppt of c++ vs c#
shubhra chauhan
 
Web Development on Web Project Presentation
Web Development on Web Project PresentationWeb Development on Web Project Presentation
Web Development on Web Project Presentation
Milind Gokhale
 
Designing WordPress - Heart&Sole2011
Designing WordPress - Heart&Sole2011Designing WordPress - Heart&Sole2011
Designing WordPress - Heart&Sole2011
John O'Nolan
 
Website Development and Design Proposal
Website Development and Design ProposalWebsite Development and Design Proposal
Website Development and Design Proposal
Creative 3D Design
 
Web design proposal sample
Web design proposal sampleWeb design proposal sample
Web design proposal sampleAdviacent
 
PHP Powerpoint -- Teach PHP with this
PHP Powerpoint -- Teach PHP with thisPHP Powerpoint -- Teach PHP with this
PHP Powerpoint -- Teach PHP with this
Ian Macali
 
Sample Website Proposal Presentation
Sample Website Proposal PresentationSample Website Proposal Presentation
Sample Website Proposal Presentation
Reach China Holdings Limited
 

Viewers also liked (14)

Discussing Fundamentals of C
Discussing Fundamentals of CDiscussing Fundamentals of C
Discussing Fundamentals of C
 
C and C ++ Training in Ambala ! BATRA COMPUTER CENTRE
C and C ++ Training in Ambala ! BATRA COMPUTER CENTREC and C ++ Training in Ambala ! BATRA COMPUTER CENTRE
C and C ++ Training in Ambala ! BATRA COMPUTER CENTRE
 
Summer training in c++
Summer training in c++Summer training in c++
Summer training in c++
 
C & C++ Training in Ambala ! BATRA COMPUTER CENTRE
C & C++ Training in Ambala ! BATRA COMPUTER CENTREC & C++ Training in Ambala ! BATRA COMPUTER CENTRE
C & C++ Training in Ambala ! BATRA COMPUTER CENTRE
 
Intro to C++ Basic
Intro to C++ BasicIntro to C++ Basic
Intro to C++ Basic
 
basics of C and c++ by eteaching
basics of C and c++ by eteachingbasics of C and c++ by eteaching
basics of C and c++ by eteaching
 
difference between c c++ c#
difference between c c++ c#difference between c c++ c#
difference between c c++ c#
 
Ppt of c++ vs c#
Ppt of c++ vs c#Ppt of c++ vs c#
Ppt of c++ vs c#
 
Web Development on Web Project Presentation
Web Development on Web Project PresentationWeb Development on Web Project Presentation
Web Development on Web Project Presentation
 
Designing WordPress - Heart&Sole2011
Designing WordPress - Heart&Sole2011Designing WordPress - Heart&Sole2011
Designing WordPress - Heart&Sole2011
 
Website Development and Design Proposal
Website Development and Design ProposalWebsite Development and Design Proposal
Website Development and Design Proposal
 
Web design proposal sample
Web design proposal sampleWeb design proposal sample
Web design proposal sample
 
PHP Powerpoint -- Teach PHP with this
PHP Powerpoint -- Teach PHP with thisPHP Powerpoint -- Teach PHP with this
PHP Powerpoint -- Teach PHP with this
 
Sample Website Proposal Presentation
Sample Website Proposal PresentationSample Website Proposal Presentation
Sample Website Proposal Presentation
 

Similar to C & C++ Training Centre in Ambala! BATRA COMPUTER CENTRE

Introduction to c programming
Introduction to c programmingIntroduction to c programming
Introduction to c programming
Sivant Kolhe
 
Introduction to C programming
Introduction to C programmingIntroduction to C programming
Introduction to C programming
MalikaJoya
 
C-and-Cpp-Brochure-English. .
C-and-Cpp-Brochure-English.               .C-and-Cpp-Brochure-English.               .
C-and-Cpp-Brochure-English. .
spotguys705
 
Introduction to c
Introduction to cIntroduction to c
Introduction to c
poojaanuragchouhan
 
Introduction to C Programming Language
Introduction to C Programming LanguageIntroduction to C Programming Language
Introduction to C Programming Language
RamaBoya2
 
Basics of c++ Programming Language
Basics of c++ Programming LanguageBasics of c++ Programming Language
Basics of c++ Programming Language
The IOT Academy
 
Introduction of c++ course
Introduction of c++ courseIntroduction of c++ course
Introduction of c++ course
kritikasoni15
 
Object oriented programming 7 first steps in oop using c++
Object oriented programming 7 first steps in oop using  c++Object oriented programming 7 first steps in oop using  c++
Object oriented programming 7 first steps in oop using c++
Vaibhav Khanna
 
Unit 1 introduction to c++.pptx
Unit 1 introduction to c++.pptxUnit 1 introduction to c++.pptx
Unit 1 introduction to c++.pptx
shashiden1
 
Programming using C++ - slides.pptx
Programming using C++ - slides.pptxProgramming using C++ - slides.pptx
Programming using C++ - slides.pptx
HeadoftheDepartment
 
miniproject.pptx
miniproject.pptxminiproject.pptx
miniproject.pptx
AnkurMahour1
 
Unit ii
Unit   iiUnit   ii
Unit ii
sathisaran
 
Unit 1 of c++ part 1 basic introduction
Unit 1 of c++ part 1 basic introductionUnit 1 of c++ part 1 basic introduction
Unit 1 of c++ part 1 basic introduction
AKR Education
 
Object Oriented Programming using C++ - Part 1
Object Oriented Programming using C++ - Part 1Object Oriented Programming using C++ - Part 1
Object Oriented Programming using C++ - Part 1
University College of Engineering Kakinada, JNTUK - Kakinada, India
 

Similar to C & C++ Training Centre in Ambala! BATRA COMPUTER CENTRE (20)

Introduction to c programming
Introduction to c programmingIntroduction to c programming
Introduction to c programming
 
Introduction to C programming
Introduction to C programmingIntroduction to C programming
Introduction to C programming
 
C++ l 1
C++ l 1C++ l 1
C++ l 1
 
C-and-Cpp-Brochure-English. .
C-and-Cpp-Brochure-English.               .C-and-Cpp-Brochure-English.               .
C-and-Cpp-Brochure-English. .
 
Introduction to c
Introduction to cIntroduction to c
Introduction to c
 
Introduction to C Programming Language
Introduction to C Programming LanguageIntroduction to C Programming Language
Introduction to C Programming Language
 
C_Programming_Notes_ICE
C_Programming_Notes_ICEC_Programming_Notes_ICE
C_Programming_Notes_ICE
 
Basics of c++ Programming Language
Basics of c++ Programming LanguageBasics of c++ Programming Language
Basics of c++ Programming Language
 
Introduction of c++ course
Introduction of c++ courseIntroduction of c++ course
Introduction of c++ course
 
Object oriented programming 7 first steps in oop using c++
Object oriented programming 7 first steps in oop using  c++Object oriented programming 7 first steps in oop using  c++
Object oriented programming 7 first steps in oop using c++
 
Unit 1 introduction to c++.pptx
Unit 1 introduction to c++.pptxUnit 1 introduction to c++.pptx
Unit 1 introduction to c++.pptx
 
Programming using C++ - slides.pptx
Programming using C++ - slides.pptxProgramming using C++ - slides.pptx
Programming using C++ - slides.pptx
 
miniproject.pptx
miniproject.pptxminiproject.pptx
miniproject.pptx
 
c++
 c++  c++
c++
 
Unit ii
Unit   iiUnit   ii
Unit ii
 
C language unit-1
C language unit-1C language unit-1
C language unit-1
 
C LANGUAGE UNIT-1 PREPARED BY M V BRAHMANANDA REDDY
C LANGUAGE UNIT-1 PREPARED BY M V BRAHMANANDA REDDYC LANGUAGE UNIT-1 PREPARED BY M V BRAHMANANDA REDDY
C LANGUAGE UNIT-1 PREPARED BY M V BRAHMANANDA REDDY
 
C languaGE UNIT-1
C languaGE UNIT-1C languaGE UNIT-1
C languaGE UNIT-1
 
Unit 1 of c++ part 1 basic introduction
Unit 1 of c++ part 1 basic introductionUnit 1 of c++ part 1 basic introduction
Unit 1 of c++ part 1 basic introduction
 
Object Oriented Programming using C++ - Part 1
Object Oriented Programming using C++ - Part 1Object Oriented Programming using C++ - Part 1
Object Oriented Programming using C++ - Part 1
 

More from jatin batra

Best SMO Training &Coaching in Ambala
Best SMO Training &Coaching in AmbalaBest SMO Training &Coaching in Ambala
Best SMO Training &Coaching in Ambala
jatin batra
 
Best HTML Training &Coaching in Ambala
Best HTML Training &Coaching in AmbalaBest HTML Training &Coaching in Ambala
Best HTML Training &Coaching in Ambala
jatin batra
 
Best SEO Training & Coaching in Ambala
Best SEO Training & Coaching in AmbalaBest SEO Training & Coaching in Ambala
Best SEO Training & Coaching in Ambala
jatin batra
 
Best Photoshop Training in Ambala
 Best Photoshop Training  in Ambala Best Photoshop Training  in Ambala
Best Photoshop Training in Ambala
jatin batra
 
Best C Programming Training & Coaching in Ambala
Best C Programming Training & Coaching in AmbalaBest C Programming Training & Coaching in Ambala
Best C Programming Training & Coaching in Ambala
jatin batra
 
BASIC COMPUTER TRAINING & COACHING CENTRE IN AMBALA CANTT
BASIC COMPUTER TRAINING & COACHING CENTRE IN AMBALA CANTTBASIC COMPUTER TRAINING & COACHING CENTRE IN AMBALA CANTT
BASIC COMPUTER TRAINING & COACHING CENTRE IN AMBALA CANTT
jatin batra
 
Web Browser ! Batra Computer Centre
Web Browser ! Batra Computer CentreWeb Browser ! Batra Computer Centre
Web Browser ! Batra Computer Centre
jatin batra
 
Search Engine Training in Ambala ! Batra Computer Centre
Search Engine Training in Ambala ! Batra Computer CentreSearch Engine Training in Ambala ! Batra Computer Centre
Search Engine Training in Ambala ! Batra Computer Centre
jatin batra
 
Networking Training in Ambala ! Batra Computer Centre
Networking Training in Ambala ! Batra Computer CentreNetworking Training in Ambala ! Batra Computer Centre
Networking Training in Ambala ! Batra Computer Centre
jatin batra
 
SQL Training in Ambala ! BATRA COMPUTER CENTRE
SQL Training in Ambala ! BATRA COMPUTER CENTRESQL Training in Ambala ! BATRA COMPUTER CENTRE
SQL Training in Ambala ! BATRA COMPUTER CENTRE
jatin batra
 
Networking ! BATRA COMPUTER CENTRE
Networking ! BATRA COMPUTER CENTRENetworking ! BATRA COMPUTER CENTRE
Networking ! BATRA COMPUTER CENTRE
jatin batra
 
Ms Office 2010 Training in Ambala ! BATRA COMPUTER CENTRE
Ms Office 2010 Training in Ambala ! BATRA COMPUTER CENTREMs Office 2010 Training in Ambala ! BATRA COMPUTER CENTRE
Ms Office 2010 Training in Ambala ! BATRA COMPUTER CENTRE
jatin batra
 
Basic Computer Training Centre in Ambala ! BATRA COMPUTER CENTRE
Basic Computer Training Centre in Ambala ! BATRA COMPUTER CENTREBasic Computer Training Centre in Ambala ! BATRA COMPUTER CENTRE
Basic Computer Training Centre in Ambala ! BATRA COMPUTER CENTRE
jatin batra
 
Corel Draw Training Institute in Ambala ! BATRA COMPUTER CENTRE
Corel Draw Training Institute in Ambala ! BATRA COMPUTER CENTRECorel Draw Training Institute in Ambala ! BATRA COMPUTER CENTRE
Corel Draw Training Institute in Ambala ! BATRA COMPUTER CENTRE
jatin batra
 
Basic Computer Training Institute ! BATRA COMPUTER CENTRE
Basic Computer Training Institute ! BATRA COMPUTER CENTREBasic Computer Training Institute ! BATRA COMPUTER CENTRE
Basic Computer Training Institute ! BATRA COMPUTER CENTRE
jatin batra
 
HTML Training Institute in Ambala ! Batra Computer Centre
HTML Training Institute in Ambala ! Batra Computer CentreHTML Training Institute in Ambala ! Batra Computer Centre
HTML Training Institute in Ambala ! Batra Computer Centre
jatin batra
 
Benefits of Web Browser ! Batra Computer Centre
Benefits of Web Browser ! Batra Computer CentreBenefits of Web Browser ! Batra Computer Centre
Benefits of Web Browser ! Batra Computer Centre
jatin batra
 
SEO Training in Ambala ! Batra Computer Centre
SEO Training in Ambala ! Batra Computer CentreSEO Training in Ambala ! Batra Computer Centre
SEO Training in Ambala ! Batra Computer Centre
jatin batra
 
Internet Training Centre in Ambala ! Batra Computer Centre
Internet Training Centre in Ambala ! Batra Computer CentreInternet Training Centre in Ambala ! Batra Computer Centre
Internet Training Centre in Ambala ! Batra Computer Centre
jatin batra
 
Basic Computer Training Centre in Ambala ! Batra Computer Centre
Basic Computer Training Centre in Ambala ! Batra Computer CentreBasic Computer Training Centre in Ambala ! Batra Computer Centre
Basic Computer Training Centre in Ambala ! Batra Computer Centre
jatin batra
 

More from jatin batra (20)

Best SMO Training &Coaching in Ambala
Best SMO Training &Coaching in AmbalaBest SMO Training &Coaching in Ambala
Best SMO Training &Coaching in Ambala
 
Best HTML Training &Coaching in Ambala
Best HTML Training &Coaching in AmbalaBest HTML Training &Coaching in Ambala
Best HTML Training &Coaching in Ambala
 
Best SEO Training & Coaching in Ambala
Best SEO Training & Coaching in AmbalaBest SEO Training & Coaching in Ambala
Best SEO Training & Coaching in Ambala
 
Best Photoshop Training in Ambala
 Best Photoshop Training  in Ambala Best Photoshop Training  in Ambala
Best Photoshop Training in Ambala
 
Best C Programming Training & Coaching in Ambala
Best C Programming Training & Coaching in AmbalaBest C Programming Training & Coaching in Ambala
Best C Programming Training & Coaching in Ambala
 
BASIC COMPUTER TRAINING & COACHING CENTRE IN AMBALA CANTT
BASIC COMPUTER TRAINING & COACHING CENTRE IN AMBALA CANTTBASIC COMPUTER TRAINING & COACHING CENTRE IN AMBALA CANTT
BASIC COMPUTER TRAINING & COACHING CENTRE IN AMBALA CANTT
 
Web Browser ! Batra Computer Centre
Web Browser ! Batra Computer CentreWeb Browser ! Batra Computer Centre
Web Browser ! Batra Computer Centre
 
Search Engine Training in Ambala ! Batra Computer Centre
Search Engine Training in Ambala ! Batra Computer CentreSearch Engine Training in Ambala ! Batra Computer Centre
Search Engine Training in Ambala ! Batra Computer Centre
 
Networking Training in Ambala ! Batra Computer Centre
Networking Training in Ambala ! Batra Computer CentreNetworking Training in Ambala ! Batra Computer Centre
Networking Training in Ambala ! Batra Computer Centre
 
SQL Training in Ambala ! BATRA COMPUTER CENTRE
SQL Training in Ambala ! BATRA COMPUTER CENTRESQL Training in Ambala ! BATRA COMPUTER CENTRE
SQL Training in Ambala ! BATRA COMPUTER CENTRE
 
Networking ! BATRA COMPUTER CENTRE
Networking ! BATRA COMPUTER CENTRENetworking ! BATRA COMPUTER CENTRE
Networking ! BATRA COMPUTER CENTRE
 
Ms Office 2010 Training in Ambala ! BATRA COMPUTER CENTRE
Ms Office 2010 Training in Ambala ! BATRA COMPUTER CENTREMs Office 2010 Training in Ambala ! BATRA COMPUTER CENTRE
Ms Office 2010 Training in Ambala ! BATRA COMPUTER CENTRE
 
Basic Computer Training Centre in Ambala ! BATRA COMPUTER CENTRE
Basic Computer Training Centre in Ambala ! BATRA COMPUTER CENTREBasic Computer Training Centre in Ambala ! BATRA COMPUTER CENTRE
Basic Computer Training Centre in Ambala ! BATRA COMPUTER CENTRE
 
Corel Draw Training Institute in Ambala ! BATRA COMPUTER CENTRE
Corel Draw Training Institute in Ambala ! BATRA COMPUTER CENTRECorel Draw Training Institute in Ambala ! BATRA COMPUTER CENTRE
Corel Draw Training Institute in Ambala ! BATRA COMPUTER CENTRE
 
Basic Computer Training Institute ! BATRA COMPUTER CENTRE
Basic Computer Training Institute ! BATRA COMPUTER CENTREBasic Computer Training Institute ! BATRA COMPUTER CENTRE
Basic Computer Training Institute ! BATRA COMPUTER CENTRE
 
HTML Training Institute in Ambala ! Batra Computer Centre
HTML Training Institute in Ambala ! Batra Computer CentreHTML Training Institute in Ambala ! Batra Computer Centre
HTML Training Institute in Ambala ! Batra Computer Centre
 
Benefits of Web Browser ! Batra Computer Centre
Benefits of Web Browser ! Batra Computer CentreBenefits of Web Browser ! Batra Computer Centre
Benefits of Web Browser ! Batra Computer Centre
 
SEO Training in Ambala ! Batra Computer Centre
SEO Training in Ambala ! Batra Computer CentreSEO Training in Ambala ! Batra Computer Centre
SEO Training in Ambala ! Batra Computer Centre
 
Internet Training Centre in Ambala ! Batra Computer Centre
Internet Training Centre in Ambala ! Batra Computer CentreInternet Training Centre in Ambala ! Batra Computer Centre
Internet Training Centre in Ambala ! Batra Computer Centre
 
Basic Computer Training Centre in Ambala ! Batra Computer Centre
Basic Computer Training Centre in Ambala ! Batra Computer CentreBasic Computer Training Centre in Ambala ! Batra Computer Centre
Basic Computer Training Centre in Ambala ! Batra Computer Centre
 

Recently uploaded

Phrasal Verbs.XXXXXXXXXXXXXXXXXXXXXXXXXX
Phrasal Verbs.XXXXXXXXXXXXXXXXXXXXXXXXXXPhrasal Verbs.XXXXXXXXXXXXXXXXXXXXXXXXXX
Phrasal Verbs.XXXXXXXXXXXXXXXXXXXXXXXXXX
MIRIAMSALINAS13
 
GIÁO ÁN DẠY THÊM (KẾ HOẠCH BÀI BUỔI 2) - TIẾNG ANH 8 GLOBAL SUCCESS (2 CỘT) N...
GIÁO ÁN DẠY THÊM (KẾ HOẠCH BÀI BUỔI 2) - TIẾNG ANH 8 GLOBAL SUCCESS (2 CỘT) N...GIÁO ÁN DẠY THÊM (KẾ HOẠCH BÀI BUỔI 2) - TIẾNG ANH 8 GLOBAL SUCCESS (2 CỘT) N...
GIÁO ÁN DẠY THÊM (KẾ HOẠCH BÀI BUỔI 2) - TIẾNG ANH 8 GLOBAL SUCCESS (2 CỘT) N...
Nguyen Thanh Tu Collection
 
Fish and Chips - have they had their chips
Fish and Chips - have they had their chipsFish and Chips - have they had their chips
Fish and Chips - have they had their chips
GeoBlogs
 
Additional Benefits for Employee Website.pdf
Additional Benefits for Employee Website.pdfAdditional Benefits for Employee Website.pdf
Additional Benefits for Employee Website.pdf
joachimlavalley1
 
Students, digital devices and success - Andreas Schleicher - 27 May 2024..pptx
Students, digital devices and success - Andreas Schleicher - 27 May 2024..pptxStudents, digital devices and success - Andreas Schleicher - 27 May 2024..pptx
Students, digital devices and success - Andreas Schleicher - 27 May 2024..pptx
EduSkills OECD
 
How to Break the cycle of negative Thoughts
How to Break the cycle of negative ThoughtsHow to Break the cycle of negative Thoughts
How to Break the cycle of negative Thoughts
Col Mukteshwar Prasad
 
Unit 8 - Information and Communication Technology (Paper I).pdf
Unit 8 - Information and Communication Technology (Paper I).pdfUnit 8 - Information and Communication Technology (Paper I).pdf
Unit 8 - Information and Communication Technology (Paper I).pdf
Thiyagu K
 
Operation Blue Star - Saka Neela Tara
Operation Blue Star   -  Saka Neela TaraOperation Blue Star   -  Saka Neela Tara
Operation Blue Star - Saka Neela Tara
Balvir Singh
 
special B.ed 2nd year old paper_20240531.pdf
special B.ed 2nd year old paper_20240531.pdfspecial B.ed 2nd year old paper_20240531.pdf
special B.ed 2nd year old paper_20240531.pdf
Special education needs
 
Polish students' mobility in the Czech Republic
Polish students' mobility in the Czech RepublicPolish students' mobility in the Czech Republic
Polish students' mobility in the Czech Republic
Anna Sz.
 
Language Across the Curriculm LAC B.Ed.
Language Across the  Curriculm LAC B.Ed.Language Across the  Curriculm LAC B.Ed.
Language Across the Curriculm LAC B.Ed.
Atul Kumar Singh
 
Palestine last event orientationfvgnh .pptx
Palestine last event orientationfvgnh .pptxPalestine last event orientationfvgnh .pptx
Palestine last event orientationfvgnh .pptx
RaedMohamed3
 
Overview on Edible Vaccine: Pros & Cons with Mechanism
Overview on Edible Vaccine: Pros & Cons with MechanismOverview on Edible Vaccine: Pros & Cons with Mechanism
Overview on Edible Vaccine: Pros & Cons with Mechanism
DeeptiGupta154
 
Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46
Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46
Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46
MysoreMuleSoftMeetup
 
Cambridge International AS A Level Biology Coursebook - EBook (MaryFosbery J...
Cambridge International AS  A Level Biology Coursebook - EBook (MaryFosbery J...Cambridge International AS  A Level Biology Coursebook - EBook (MaryFosbery J...
Cambridge International AS A Level Biology Coursebook - EBook (MaryFosbery J...
AzmatAli747758
 
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
siemaillard
 
How to Make a Field invisible in Odoo 17
How to Make a Field invisible in Odoo 17How to Make a Field invisible in Odoo 17
How to Make a Field invisible in Odoo 17
Celine George
 
Supporting (UKRI) OA monographs at Salford.pptx
Supporting (UKRI) OA monographs at Salford.pptxSupporting (UKRI) OA monographs at Salford.pptx
Supporting (UKRI) OA monographs at Salford.pptx
Jisc
 
Home assignment II on Spectroscopy 2024 Answers.pdf
Home assignment II on Spectroscopy 2024 Answers.pdfHome assignment II on Spectroscopy 2024 Answers.pdf
Home assignment II on Spectroscopy 2024 Answers.pdf
Tamralipta Mahavidyalaya
 
Digital Tools and AI for Teaching Learning and Research
Digital Tools and AI for Teaching Learning and ResearchDigital Tools and AI for Teaching Learning and Research
Digital Tools and AI for Teaching Learning and Research
Vikramjit Singh
 

Recently uploaded (20)

Phrasal Verbs.XXXXXXXXXXXXXXXXXXXXXXXXXX
Phrasal Verbs.XXXXXXXXXXXXXXXXXXXXXXXXXXPhrasal Verbs.XXXXXXXXXXXXXXXXXXXXXXXXXX
Phrasal Verbs.XXXXXXXXXXXXXXXXXXXXXXXXXX
 
GIÁO ÁN DẠY THÊM (KẾ HOẠCH BÀI BUỔI 2) - TIẾNG ANH 8 GLOBAL SUCCESS (2 CỘT) N...
GIÁO ÁN DẠY THÊM (KẾ HOẠCH BÀI BUỔI 2) - TIẾNG ANH 8 GLOBAL SUCCESS (2 CỘT) N...GIÁO ÁN DẠY THÊM (KẾ HOẠCH BÀI BUỔI 2) - TIẾNG ANH 8 GLOBAL SUCCESS (2 CỘT) N...
GIÁO ÁN DẠY THÊM (KẾ HOẠCH BÀI BUỔI 2) - TIẾNG ANH 8 GLOBAL SUCCESS (2 CỘT) N...
 
Fish and Chips - have they had their chips
Fish and Chips - have they had their chipsFish and Chips - have they had their chips
Fish and Chips - have they had their chips
 
Additional Benefits for Employee Website.pdf
Additional Benefits for Employee Website.pdfAdditional Benefits for Employee Website.pdf
Additional Benefits for Employee Website.pdf
 
Students, digital devices and success - Andreas Schleicher - 27 May 2024..pptx
Students, digital devices and success - Andreas Schleicher - 27 May 2024..pptxStudents, digital devices and success - Andreas Schleicher - 27 May 2024..pptx
Students, digital devices and success - Andreas Schleicher - 27 May 2024..pptx
 
How to Break the cycle of negative Thoughts
How to Break the cycle of negative ThoughtsHow to Break the cycle of negative Thoughts
How to Break the cycle of negative Thoughts
 
Unit 8 - Information and Communication Technology (Paper I).pdf
Unit 8 - Information and Communication Technology (Paper I).pdfUnit 8 - Information and Communication Technology (Paper I).pdf
Unit 8 - Information and Communication Technology (Paper I).pdf
 
Operation Blue Star - Saka Neela Tara
Operation Blue Star   -  Saka Neela TaraOperation Blue Star   -  Saka Neela Tara
Operation Blue Star - Saka Neela Tara
 
special B.ed 2nd year old paper_20240531.pdf
special B.ed 2nd year old paper_20240531.pdfspecial B.ed 2nd year old paper_20240531.pdf
special B.ed 2nd year old paper_20240531.pdf
 
Polish students' mobility in the Czech Republic
Polish students' mobility in the Czech RepublicPolish students' mobility in the Czech Republic
Polish students' mobility in the Czech Republic
 
Language Across the Curriculm LAC B.Ed.
Language Across the  Curriculm LAC B.Ed.Language Across the  Curriculm LAC B.Ed.
Language Across the Curriculm LAC B.Ed.
 
Palestine last event orientationfvgnh .pptx
Palestine last event orientationfvgnh .pptxPalestine last event orientationfvgnh .pptx
Palestine last event orientationfvgnh .pptx
 
Overview on Edible Vaccine: Pros & Cons with Mechanism
Overview on Edible Vaccine: Pros & Cons with MechanismOverview on Edible Vaccine: Pros & Cons with Mechanism
Overview on Edible Vaccine: Pros & Cons with Mechanism
 
Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46
Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46
Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46
 
Cambridge International AS A Level Biology Coursebook - EBook (MaryFosbery J...
Cambridge International AS  A Level Biology Coursebook - EBook (MaryFosbery J...Cambridge International AS  A Level Biology Coursebook - EBook (MaryFosbery J...
Cambridge International AS A Level Biology Coursebook - EBook (MaryFosbery J...
 
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
 
How to Make a Field invisible in Odoo 17
How to Make a Field invisible in Odoo 17How to Make a Field invisible in Odoo 17
How to Make a Field invisible in Odoo 17
 
Supporting (UKRI) OA monographs at Salford.pptx
Supporting (UKRI) OA monographs at Salford.pptxSupporting (UKRI) OA monographs at Salford.pptx
Supporting (UKRI) OA monographs at Salford.pptx
 
Home assignment II on Spectroscopy 2024 Answers.pdf
Home assignment II on Spectroscopy 2024 Answers.pdfHome assignment II on Spectroscopy 2024 Answers.pdf
Home assignment II on Spectroscopy 2024 Answers.pdf
 
Digital Tools and AI for Teaching Learning and Research
Digital Tools and AI for Teaching Learning and ResearchDigital Tools and AI for Teaching Learning and Research
Digital Tools and AI for Teaching Learning and Research
 

C & C++ Training Centre in Ambala! BATRA COMPUTER CENTRE

  • 1. C & C++ TRAINING INSTITUTE IN AMBALA Presented By: Simran Grover
  • 2.
  • 3. What is C ? • C is a high-level and general purpose programming language that is ideal for developing firmware or portable applications. Originally intended for writing system software.
  • 4. • C was developed at Bell Labs by Dennis Ritchie for the Unix Operating System (OS) in the early 1970s. • Ranked among the most widely used languages, C has a compiler for most computer systems and influenced many popular languages – notably C++.
  • 5. History of C • C is a general-purpose programming language. • C is a programming language which born at “AT & T’s Bell Laboratory” of USA in 1972. • C was written by Dennis Ritchie, that’s why he is also called as father of c programming language. • C language was created for a specific purpose i.e., designing the UNIX operating system (which is currently base of many UNIX based OS From the beginning, C was intended to be useful to allow busy programmers to get things done because C is such a powerful, dominant and supple language • Its use quickly spread beyond Bell Labs in the late 70’s because of its long list of strong features.
  • 6. History of C • C language was created for a specific purpose i.e., designing the UNIX operating. • Its use quickly spread beyond Bell Labs in the late 70’s because of its long list of strong features.
  • 7. Features of C • Fixed number of keywords, including a set of control primitives, such as if, for, while, switch and do while • Multiple logical and mathematical operators, including bit manipulators • Multiple assignments may be applied in a single statement.
  • 8. Features of C • Function return values are not always required and may be ignored if unneeded. • Typing is static. • Basic form of modularity, as files may be separately compiled and linked • Control of function and object visibility to other files via extern and static attributes
  • 9. Advantages • Procedure Oriented language • Lots of Libraries • Speed of Compilation • Easy to Learn • Portable • It follows top – down approach
  • 10. Applications of C • C language is used for creating computer applications • Used in writing Embedded software's • Firmware for various electronics, industrial and communications products which use micro-controllers. • It is also used in developing verification software, test code, simulators etc. for various applications and hardware products. • For Creating Compiles of different Languages which can take input from other language and convert it into lower level machine dependent language. • C is used to implement different Operating System Operations. • UNIX kernel is completely developed in C Language.
  • 11. Applications of C • For Creating Compiles of different Languages which can take input from other language and convert it into lower level machine dependent language. • C is used to implement different Operating System Operations. • UNIX kernel is completely developed in C Language.
  • 12. Some More Applications of C Operating Systems Network Drivers Print Spoolers Language compilers Assemblers Text Editors Modern Programs Data Bases Language Interpreters Simulators Utilities Embedded System
  • 13. What is C++ ? • C++ is a general purpose object oriented programming language. It is considered to be an intermediate level language, as it encapsulates both high and low level language features. Initially, the language was called 'C with classes’ as it had all properties of C language with an additional concept of 'classes’. However, it was renamed to C++ in 1983. • It is pronounced as "C-Plus-Plus."
  • 14. History of C++ • C++ Development started in 1979. • During the creation of Ph.D. thesis, Bjarne Stroustrup worked with language called Simula. • Bjarne Stroustrup identified that this OOP features can be included in the software development. • After that Bjarne Stroustrup started working on the C language and added more extra OOP features to the classic C. • C++ includes features such as classes, inheritance, in-lining, default function arguments, and strong type checking.
  • 15. History of C++ • After that Bjarne Stroustrup started working on the C language and added more extra OOP features to the classic C. • C++ includes features such as classes, inheritance, in-lining, default function arguments, and strong type checking.
  • 16. Features • Simple • Portability • Powerful • Platform dependent • Object oriented • Case sensitive • Compiler based • Syntax based language • Use of Pointers
  • 17. Applications of C++ • Google : Google uses C++ for indexing. • Adobe Systems : All major software like Photoshop, Adobe Premiere are made in C++. • Mozilla : Mozilla Firefox and Thunderbird are written in C++.
  • 18. Applications of C++ • VLC media player is written in C language. Many parts of Operating systems are written in C/C++. And the very powerful Linux is completely written in C. • MySQL : The very powerful database management application
  • 19. Advantages • Simple • Secure • Portable • Object-Oriented • Robust • Multithreaded • Interpreted • Provides high performance • Distributed • Dynamic
  • 20. C C++ 1. C is Procedural Language. 1. C++ is non Procedural i.e Object oriented Language. 2. No virtual Functions are present in C 2. The concept of virtual Functions are used in C++. 3. In C, Polymorphism is not possible. 3. The concept of polymorphism is used in C++. Polymorphism is the most Important Feature of OOPS. 4. Operator overloading is not possible in C. 4. Operator overloading is one of the greatest Feature of C++. 5. Top down approach is used in Program Design. 5. Bottom up approach adopted in Program Design.
  • 21. 6. No namespace Feature is present in C Language. 6. Namespace Feature is present in C++ for avoiding Name collision. 7. Multiple Declaration of global variables are allowed. 7. Multiple Declaration of global variables are not allowed. 8. In C scanf() Function used for Input. •printf() Function used for output. 8. In C++ Cin>> Function used for Input. •Cout<< Function used for output. 9. Mapping between Data and Function is difficult and complicated. 9. Mapping between Data and Function can be used using "Objects" 10. In C, we can call main() Function through other Functions 10. In C++, we cannot call main() Function through other functions.
  • 22. 11. C requires all the variables to be defined at the starting of a scope. 11. C++ allows the declaration of variable anywhere in the scope i.e. at time of its First use. 12. No inheritance is possible in C. 12. Inheritance is possible in C++ 13. In C, malloc() and calloc() Functions are used for Memory Allocation and free() function for memory Deallocating. 13.In C++, new and delete operators are used for Memory Allocating and Deallocating. 14. It supports built-in and primitive data types. 14. It supports both built-in and user define data types. 15. In C, Exception Handling is not present. 15. In C++, Exception Handling is done with Try and Catch block.
  • 23.
  • 24.
  • 25.
  • 26. • BASIC COURSE • C PROGRAMMING • C++ PROGRAMMING • WEB DESIGNING • WEB DEVELOPMENT • S.E.O
  • 27. Basic Computer • Notepad • WordPad • MS OFFICE 2010, 2013 [ Word, Excel, Power Point] • Internet [Gmail, Facebook, Twitter] • Online Form Filling • Bill paying, Mobile Recharge, Shopping [Linked, Printerrest] • Window Installation, Software Up- Loadations.
  • 28. C Programming Language • Introduction • Function • Control Statements • Arrays & Strings • Pointers, Structure & Union
  • 29. C++ Programming Language • Introduction • Classes, Objects • Inheritance • Constructor & Destructor • Function • Pointers Structure • Arrays & Astrings • Structures, Union
  • 30. Web Designing • HTML • JavaScript • Dreamweaver / Notepad++ • Corel Draw • CSS & CSS3
  • 31. Web Development • Core PHP • SQL • Server Control Structures • Session • Cookies
  • 32. S.E.O Courses • Search Engine Basic • Keyword Research • Best On-Page SEO Tricks • Role of Word Press • Domain Selection • Social media Importance • Anchor Text Messages • Black Hat VS. White Hat Local Place
  • 33. Courses Attractions • Server Uploading • Working on (Responsive, Creative, E- Commerce Website) • Title Meta Tag • External Links • Official Blogs • Web 2.0 Blogs
  • 34.
  • 35. ADDRESS: SCO -15 Dayal Bagh, Ambala Cantt , 133001 Near Panchmukhi Hanuman Mandir Haryana. Ph. No. : 9729666670, 4000670 E-Mail ID : jbjatinbatra@gmail.com Website : www.batracomputercentre.com CONTACT US