Web Design Forum HTML CSS JavaScript PHP Graphic Design SEO forum

Full Version: What is variable in C ?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello Dear,

Please Tell Me What is variable in C ?
Each variable in C has a specific type, which determines the size and layout of the variable's
A variable is nothing but a name given to a storage area that our programs can manipulate.
Reference URL's