Which one better C or C++

Page 1

WHICH ONE BETTER C OR C++


• C is structured programed language which is developed by Dennis Ritchie in the year 1970s.

• The main aim of C language is communicate with the hardware, kernels and other peripheral devices.



SYNTAX:• • • • •

#include <stdio.h> void main() { printf("Hello World"); }


• C++ is an object oriented programming language which is developed by Danish computer scientist Bjarne Stroustrup in the year 1979 at Bell Labs.


SYNTAX:• • • • • •

#include <iostream> using namespace std; int main() { cout << "Hello World"; return 0; }


• For More Information: • Call us @ 9825618292 • Visit us @ http://tccicomputercoaching.com


Issuu converts static files into: digital portfolios, online yearbooks, online catalogs, digital photo albums and more. Sign up and create your flipbook.