Why we use auto keyword in programs in c | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Why we use auto keyword in programs in c

15th May 2017, 11:08 AM
indumohara
indumohara - avatar
1 Answer
+ 6
auto a = 1; that auto will be changed to int automaticly.... It's like as #template in c++ (and idk how to use it -_-)
15th May 2017, 11:21 AM
Yanothai Chaitawat
Yanothai Chaitawat - avatar