Posts

Showing posts with the label learn C programming

C keyword and identifier

Image
In this tutorial  you will learn about keywords and identifier of C programming  language   What is keywords in C programming language  Keywords are some reserved  words that C language use for denoting something specific.In C language  keywords written in lower case.C language has 32 keywords  Keywords are predefined reserved words used in programming that have special meanings to the compiler.Keywords are part of the syntax and they cannot used as identifier Character set of C Character: it denoted any alphabet,digit or special symbol used to represent information . Use: These characters can be combined to form variable,C use Constants.variable,operators,keyword,and expression as building blocks to form a basic C programming language. Character set: The character set is the fundamental raw material of any language and they are used to represent information,Like natural language,compile. Language will also have well defined character set,which is useful to build the  programs  As ever

C language introduction

Image
C language History C is a general-purpose high level programming language that was originally developed by Dennis Ritchie for the Unix operating system. It was first implemented on the Digital Eqquipment Corporation PDP-11 computer in 1972. The Unix operating system and virtually all Unix applications are written in the C programming language. Before C programming language was created There was a language created by Martin Richard in 1966 this language name is BCPL Then in 1969 Ken Thompson needed a language to build the operating system so he improved the language of Martin Richard(BCPL) they created a language known as B programming Language. C language is considered as the mother language of all the modern programming languages because most of the compilers, JVMs, Kernels, etc. are written in C language, and most of the programming languages follow C syntax, for example, C++, Java, C#, etc. It provides the core concepts like the C language is considered as the mother language of al