Character Set IN C Language

 Character set In C programming Language-: The characters that can be used to form words numbers and expressions depend upon that computer on which the program is run.  However, is subset of characters is available that can be used on most personal Micro Mini and mainframe computers. The characters in C are grouped into the … Read more

Importance of C Language

importance of C -: The increasing popularity of C is probably due to its many desirable qualities. it is a robust language rich set of built in function and operators can be used to write any Complex programs.The C compiler combine the capabilities of an assembly language with the features or a high level language and … Read more

History of C Programming language

History of C -:  “C” seems a strange name for a programming language.But this strange name sounding language is one of the most popular computer languages today because it is a structured,high level, machine independent language. it allows software developer to develop programs without worrying about the hardware platform where they will be implemented. The root … Read more

Programming language

Definition-: A programming language is a formal language that specifies a set of instructions that can be used to produce various kinds of output. Programming languages generally consist of instructions for a computer. Programming languages can be used to create programs that implement specific algorithms. In another words we can say we can make a … Read more