4. Variable initialization In C++.
Let's talk about variable declaration, learn how variable can be initialized,
Variable initialization is the assignment of data value to the variable declared, though declaration and initialization of variable can be done at the same time, for example int x=4, this is declaration and initialization at the same time or initialization is process of giving a value to the variable .
Although we created the variables they cannot be used as they have no value so we then need to declare them as follows. company = "MoTech";
revenue = 2000.500;
But it may happen that both declaration and initialization is done in the same line.
int revenue = 2000;
This is the program number 4 in Simplified C++ 40 programs
Link Of Book - https://www.slideshare.net/MoTechInc/...
Link Of Source codes - https://github.com/MoTechStore/Simpli...
Instructor : Noel Moses Mwadende
Company : MoTech
SUBSCRIBE for getting notifications of upcoming tutorials at MoTech COMPUTERS:
https://www.youtube.com/motechstore?s...
Please like this video and put in your comments
Follow me on Instagram : / motech_tz
#Cpluplusassignvarible #Cpluplusinitializevarible #Cplusplusforbeginner #Cpluplusexamples
En esta página del sitio puede ver el video en línea How do i initialize a variable in C++ : C++ Tutorial de Duración hora minuto segunda en buena calidad , que subió el usuario Learn Python 31 agosto 2019, comparta el enlace con amigos y conocidos, en youtube este video ya ha sido visto 253 veces y le gustó 4 a los espectadores. Disfruta viendo!