Sunday 8 September 2013

How To Find Table Of Any Number In C Language

//Program to find Table of any number




Explanation:-

In this Program, we used some terms that are used in almost every program of C.
Let understand the meaning of these terms.

1.  int a,i;

 Is a variable of Integer type used to store an integer constant.



i
 Is a variable of Integer type used to store an integer constant.



 Is a variable of Integer type used to store an integer constant.


Variable:- An entity (it can be anything which exists in real world) that may vary during program execution is known as variable.
Variable names are the names given to locations in memory.


No comments:

Post a Comment

Note: only a member of this blog may post a comment.