EmbLogic's Blog

ARTICAL NAME:-Programming with c

Emblogic embedded technogies pvt. Lmt.

C programming is a middle level language .It was invented dennis richard in 1972.This language is a popular language and widly used .This language is imperative language.It was designed to compile to relativly starightforward compiler.It is using many cocepts write a c program.

operators are used in c program many types.like assignment operato,logical operator,bitwise operator etc

conditions are used in c program many types. like if conditions, if else condition, etc

looping is used in c program many types .like for loop,while loop, do while loop.but mostly used for loop.

array is used in c program that provides a data structure called the array, which can store a fixed-size sequential collection of elements of the same type. An array is used to store a collection of data.All arrays consist of contiguous memory locations. The lowest address corresponds to the first element and the highest address to the last element.

In c programming pointer is a variable which contains the address of memory in another variable.Some C programming tasks are performed more easily with pointers, and other tasks, such as dynamic memory allocation, cannot be performed without using pointers. So it becomes necessary to learn pointers to become a perfect C programmer.

function in c progrmmin it is module of code that take information that information with local symbolic names called parameters and arguments.

these are concepts are used in c programming to write a program . it is also used any oher concets  in c progrmming.

After these concepts clear i will try to assignments .

Leave a Reply

Your email address will not be published. Required fields are marked *

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>