TopBottom

Followers

Followers



Click on more
SUBSCRIBE



VIDEO

Announcement: wanna exchange links? contact me at ravikrak@yahoo.com

hi

Posted by Ravi Kumar at Wednesday, January 20, 2010
Share this post:
Ma.gnolia DiggIt! Del.icio.us Yahoo Furl Technorati Reddit

how are you
Fine

Share |

Quick Guidance

Posted by Ravi Kumar at Saturday, June 20, 2009
Share this post:
Ma.gnolia DiggIt! Del.icio.us Yahoo Furl Technorati Reddit

For your quick guidance visit quick guide blog. It will be very useful.

Share |

Introduction to C

Posted by Ravi Kumar at Tuesday, March 17, 2009
Share this post:
Ma.gnolia DiggIt! Del.icio.us Yahoo Furl Technorati Reddit

C is a powerful and popular language. C is highly portable, means software written for one computer can be run on another computer.

All programming languages can be divided into two categories.
a) High-level languages:
These languages have been designed to give a better programming efficiency and faster program development.
Ex: FORTRAN, BASIC, PASCAL

b) Low-level Languages:
These languages have been designed to give a better machine efficiency and faster program execution.
Ex: Assembly Languages.

C is called a Middle-level Language, because C was designed to have both programming
efficiency, machine efficiency.

Share |

Labels: