Skip to main content

Posts

Featured

Programming Language-C

 Introduction:   C is a high level and general purpose programming language that is ideal for developing firmware or portable application.     The C programming language is a structure oriented programming language, developed at Bell Laboratories in 1972 by Dennis Ritchie. It was first used to write the kernel of the UNIX operating system and has been closely tied to UNIX implementation.      History:   1.     The ALGOL(Algorithm language) is the root of all modern language.It was introduced in 1960.It is a structured programming language used for system programming. 2.     C programming language feature  were derived from an earlier language called B.It is also called as BCPL(Basic combined programming language) . 3.     In 1978, Dennis Ritchie and Brain Kerninghan publish the first edition "The C Programming Language". This language popularly called as  K&RC....

Latest Posts

Function

Break and Continue Statement

Difference between while and do-while loop

do-while Loop

while loop

For Loop

if-else statement

if Statement

Operator used in C program

Compiler And Interpreter

Structure of C program