Posts

Showing posts from February, 2019

About C Programming Language

Image
C Programming Language :           What is C ? C is a  Computer Programming Language. C was originally developed by Dennis Ritchie between 1972 and 1973 at Bell Labs. Dennis Ritchie The C programming language is a popular and widely used programming language for creating computer programs. C is what is called a compiled language . This means that once you write your C program, you must run it through a C compiler to turn your program into an executable that the computer can run (execute) .     Why C Programming? C is the mother of all programming languages and it is written in very simple and effective way. C is the best programming language today is still the fact that it simply powers everything. From your phone to your Wifi , no other language provides the level of hardware interaction with the practicality of a concise and expressive syntax. Sample C Program It is easier than Assembler language , much easier than Machine code and allows alm

Computer Programming Lanugage-Basics

Image
Computer : Computer is an electronic device that is designed to work with Information. The term computer is derived from the Latin term ‘computare’, this means to calculate or programmable machine. Computer can not do anything without a Program.(Ex : PC, Laptop, Smartphones etc,.) Programming : Programming is the process of creating a set of instructions that tell a computer how to perform a task. Language : Language is the normal way humans communicate and  people use to express thoughts and feelings to each other. Only humans use language, though other animals communicate through other means. Human language has syntax, a set of rules for connecting words together to make statements and questions. What is Computer Programming Language?           A programming language is a vocabulary and set of grammatical rules for instructing a computer or computing device to perform specific tasks.A computer can understand binary language ( i.e., 0's and 1's ) only,but t