What Is Declaration And Initialization Of Variable In C ?
What Is Declaration And Initialization Of Variable In C ? Variables should be declared in the C program before to use. Memory space is not allocated for a variable while declaration. It happens only on the variable definition. Variable initialization means assigning a value to the variable. What is declaration of variable in C? In