The auto Type Specifier in C++

preview_player
Показать описание
C++ Programming: The auto Type Specifier in C++
Topics discussed:
1. The ‘auto’ type specifier.
2. Examples showing the working of 'auto' type specifier.
3. Common mistakes to avoid while defining multiple variables using auto.

Music:
Axol x Alex Skrindo - You [NCS Release]

#CPPByNeso #CPP #autoTypeSpecifier
Рекомендации по теме
Комментарии
Автор

plz sir we need more videos related to this course....your teaching method is another level ..we are waiting for more videos 🙂

arnobbaiga
Автор

sir, please make full course video for c++. your explanation is really very good but this playlist is incomplete

DevanshiXavier
Автор

07:55 If you would have written int in place of auto then pi will be treated as int [narrow conversion] and has the value 3. So, can i say that there is no role of type conversion with auto keyword ?

rajeshprajapati