Skip to main content

Posts

Showing posts from April, 2019

Recent Posts

Web Technology

C Programming

C   Programming Language is High level and general purpose  programming language  that was originally  developed by Dennis M. Ritchie at Bell Labs in 1972. Features Of C -> It is robust language which is rich set of billion of functions and operators that can be        used to work any complex program. -> C compiler combines the capabilities of an assembly language with features of high       level language. -> Program written in C are efficient , reliable and fast. -> C is highly portable because program once written can be run on another machine       with little or no modification. -> It allows to create user define functions and add each to C library . Application Of C -> To design system software like OS , network devices and compiler. -> To develop application software like database , spreadsheet etc. \-> Use to develop graphical related application like computer and mobile games.  C Programs Collection:-