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
На этой странице сайта вы можете посмотреть видео онлайн How do i initialize a variable in C++ : C++ Tutorial длительностью часов минут секунд в хорошем качестве, которое загрузил пользователь Learn Python 31 Август 2019, поделитесь ссылкой с друзьями и знакомыми, на youtube это видео уже посмотрели 253 раз и оно понравилось 4 зрителям. Приятного просмотра!