Skip to main content

Posts

Showing posts with the label datatypes in c

COMPLETE 'C' PROGRAMMING FOR BEGINNERS.

  COMPLETE 'C' PROGRAMMING FOR BEGINNERS.             If you have taken  CS or IT course and you don't know anything about programming or simply you have interest in programming then this blog is meant specially for you'll. In this blog I'll be discussing about the syntax, compilation, execution, datatypes, variables, which software to use... etc for C programming. So lets begin. INTRODUCTION:            As we all know C language is a high-level programming language which uses compiler to compile codes into binary language(computer language comprising of 1's and 0's) and  then into human readable language i.e. english language. It is  considered as the mother of all programming languages and was developed by Dennis Ritchie(computer scientist) in 1972 at Bell laboratories. If you learn C language completely, it'll be easy for you to learn other programming languages such as C++,C#,JAVA, PYTHON etc. SYNTAX: ...