 C is a general-purpose language it is closely associated
with the UNIX operating system .
 Many of the important ideas of C come from the
language BCPL, developed by Martin Richards.
 In 1972 Dennis Ritchie at Bell Labs developed C
language.
Features of C
Why need of C -
 C has been used successfully for every type of
programming problem imaginable from operating
systems to spreadsheets to expert systems.
The largest measure of C's success seems to be based
on purely practical considerations:
 User Friendly
 Modularity
 Flexibility & Easy to access
 Standard library
example <conio.h>, <math.h>
 Ready access to the hardware needed
Learning of C
 Variables/ Identifiers
 Keywords
 Data types
 Looping Statements, Conditional Statements
 Functions
 Array
 Structure
 Pointer
 File Handling
Born Program of C
#include<stdio.h>
#include<conio.h>
void main()
{
printf(“Hello C Language”);
getch();
}
Output
Hello C Language
History of C++:
Paradigm Multiparadigm: procedural,
functional, object-oriented, generic.
Designed by Bjarne Stroustrup First appeared 1979.
Language C++ OS Cross-platform.
Filename extensions .cc .cpp .cxx .C .c++ .h .hh .hpp
.hxx .h++
Features of
Object Oriented Features
Road Map of C++
 Constructor & destructor
 Pointers
 Structure
 Storage Classes
 Exception handling
 File handling
 Pre-processor directory
History of java
 Java programming language was originally developed
by Sun Microsystems which was initiated by James
Gosling and released in 1995 as core component of
Sun Microsystems' Java platform (Java 1.0 [J2SE]).
 The new J2 versions were renamed as Java SE, Java EE
and Java ME respectively. Java is guaranteed to
be Write Once, Run Anywhere.
Features of java
Object Oriented Java
Curriculam of Java
 Packages
 Collections
 Exception handling
 Multithreading
 JDBC
 Servlet
C, C++, Java, Android
C, C++, Java, Android
C, C++, Java, Android
C, C++, Java, Android
C, C++, Java, Android
C, C++, Java, Android
C, C++, Java, Android
C, C++, Java, Android
C, C++, Java, Android
C, C++, Java, Android
C, C++, Java, Android

C, C++, Java, Android

  • 3.
     C isa general-purpose language it is closely associated with the UNIX operating system .  Many of the important ideas of C come from the language BCPL, developed by Martin Richards.  In 1972 Dennis Ritchie at Bell Labs developed C language.
  • 4.
  • 5.
    Why need ofC -  C has been used successfully for every type of programming problem imaginable from operating systems to spreadsheets to expert systems. The largest measure of C's success seems to be based on purely practical considerations:  User Friendly
  • 6.
  • 7.
     Standard library example<conio.h>, <math.h>  Ready access to the hardware needed
  • 8.
    Learning of C Variables/ Identifiers  Keywords  Data types  Looping Statements, Conditional Statements  Functions  Array  Structure  Pointer  File Handling
  • 9.
    Born Program ofC #include<stdio.h> #include<conio.h> void main() { printf(“Hello C Language”); getch(); }
  • 10.
  • 12.
    History of C++: ParadigmMultiparadigm: procedural, functional, object-oriented, generic. Designed by Bjarne Stroustrup First appeared 1979. Language C++ OS Cross-platform. Filename extensions .cc .cpp .cxx .C .c++ .h .hh .hpp .hxx .h++
  • 13.
  • 14.
  • 15.
    Road Map ofC++  Constructor & destructor  Pointers  Structure  Storage Classes  Exception handling  File handling  Pre-processor directory
  • 17.
    History of java Java programming language was originally developed by Sun Microsystems which was initiated by James Gosling and released in 1995 as core component of Sun Microsystems' Java platform (Java 1.0 [J2SE]).  The new J2 versions were renamed as Java SE, Java EE and Java ME respectively. Java is guaranteed to be Write Once, Run Anywhere.
  • 18.
  • 19.
  • 20.
    Curriculam of Java Packages  Collections  Exception handling  Multithreading  JDBC  Servlet