What is scope and lifetime of a variable in C language

Posted on Mon 10 March 2014 in C • Tagged with C language, Lifetime, Scope, Variables

Welcome to your next tutorial, here we would be discussing about the scope and lifetime of a variable, and how exactly they are similar yet different from each other. We'll try to understand all this by using an example to understand the concepts in a better way.

Scope and life time of a variable in C programming language

So, let's understand …


Continue reading

Learn C - More about variables

Posted on Mon 16 December 2013 in C • Tagged with C language, Learn C, Variables

Welcome to your next tutorial on the Learn C language, here we'll have a deeper look at the use of variables in C language. In previous tutorial about variables in C, we defined a variable sam of integer type and then initialized it with …


Continue reading

Learning about Variables in C

Posted on Mon 09 December 2013 in C • Tagged with C language, Learn C, Variables

Welcome to your second tutorial on the C language. In this tutorial, we'll be discussing about variables, their applications, their necessity both in general terms of programming and for C language as well. Variables in C are really very important. These are the fundamentals and you need to understand how …


Continue reading