CPP - auto decltype (1080p)

preview_player
Показать описание

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

I understood in a simple by seeing your code. decltype in c++ is typedef in c. They both are same

chayakumar
Автор

Can we just initialise a variable using auto? For ex: auto x=20 instead of declaring x and then using auto y=x?

lv