Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CPP

auto i cpp

auto n=1;
// this will make the type int, and you can't change trough the program;
cout << n;
// OR
auto n="how you doin'";
cout << n;
Source by www.tutorialspoint.com #
 
PREVIOUS NEXT
Tagged: #auto #cpp
ADD COMMENT
Topic
Name
5+9 =