Declaration of Variable in C programming:
We can declare variable using following syntax:
Datatype variable_name;
Example:
int number;
We can also declare more than one variable :
Example:
int x,y,z;
Assigning Values to variable:
We can assign values to variable using following Syntax:
Syntax:
variable_name=values;
Example:
number=10;
C language, C programming, c language programming, declaring variable in c language, how to declare variable in c programming, how to assign values to variable in c programming. C language tutorial in hindi, C programming tutorial in hindi.
On this page of the site you can watch the video online Declaration of variable and Assigning Values to Variable in C language | C Programming Tutorial with a duration of hours minute second in good quality, which was uploaded by the user Jaguar Themes 23 July 2021, share the link with friends and acquaintances, this video has already been watched 71 times on youtube and it was liked by like viewers. Enjoy your viewing!