Please enable Javascript to correctly display the contents on Dot Net Tricks!
 
Become an Expert in C#, .NET, MVC, JAVA, PHP, AngularJS, Hadoop, Android, iphone, Testing etc.
by Joining our Training Programs and Take Your Career to the Next Level! To know more make a call on +91 98 71 749695

Variable in C language

Posted By : Shailendra Chauhan, 26 Oct 2012
Updated On : 30 Jan 2014
Total Views : 2,176   
Version Support : All
 
Keywords : variable,variables,variables in c,variable in c,variables in c language,types of variables,types of variables in c,types of variables in c language

Variables or symbolic variables are the names of storage location of computer memory whose values may vary during execution of a program.

These memory location may contain integer, real or character constant.

There are always two values associated with a symbolic variable.

(i) It’s data value(read value) stored at some location in memory and is referred as variable’s rvalue.

(ii) It’s location value(address value) the address at which it’s data value is stored and is referred as variable’s lvalue.

Key points about variable

  1. In ANSI standard, C recognizes length of a variable up to 31 characters. However, length should not be more than 8 characters. Since, many compilers treat only first 8 character as significant.
    For example :

     average_score and average_speed 

    are treated as same variable.

    It can be written as :

     avg_score and avg_speed or score_average and speed_average

  2. Upper and lower case are significant (means case sensitive) For example :

     deepak, Deepak and DEEPAK

    are different.

What do you think?

In this article I try to explain the concept of variable it's usage and it's types in C language. I hope you will be beneficial by this article. Comment and critics are welcome.

 
Further Reading
 
About the Author
Hey! I'm Shailendra Chauhan full-time author, consultant & trainer. I have more than 6 years of hand over Microsoft .NET technologies and other web technologies like JavaScript, AngularJS, NodeJS etc. I am an entrepreneur, the founder & chief editor of www.dotnet-tricks.com and www.dotnettricks.com. I am author of most popular e-books for technical Interview on ASP.NET MVC Interview Questions and Answers & AngularJS Interview Questions and Answers & LINQ Interview Questions and Answers.
I have delivered 100+ training sessions to professional world-wide over Microsoft .NET technologies such C#, ASP.NET MVC, WCF, Entity Framework and other mobile technologies such Ionic, PhoneGap, Corodva. Read more...
 
Free Interview Books
 
SUBSCRIBE & FOLLOW US
 
Browse By Category
 
 
Like us on Facebook