Header Ads

Intro To C Language

Newly Updated Topics:
Programming Language:
programming language is a formal language designed to communicate instructions to a machine, particularly a computer. Programming languages can be used to create programs that control the behavior of a machine and/or to express algorithms precisely.

Compiler:

compiler is a computer program (or set of programs) that transforms source code written in a programming language (the source language) into another computer language (the target language, often having a binary form known as object code). The most common reason for wanting to transform source code is to create an executable program.

C Language:







C is a general-purpose programming language that was originally developed by Dennis Ritchie between 1969 and 1973 at AT&T Bell Labs. C is reliable, simple and easy to use.

Library:
The C standard library includes a set of ready-made functions just like ready-made Scratch puzzle pieces. These functions are categorized into files called header files. One of the header files that we will use in this lab is <stdio.h>, which includes those functions used for “Standard Input and Output” (hence the name stdio).

<stdio.h> (standard input and output):

The C programming language provides many standard library functions for input and output. These functions make up the bulk of the C standard library header <stdio.h> .

1 comment:

  1. it is very helpful for me and any student thanks a lot for sharing useful content thank you very much

    ReplyDelete