58.6k views
4 votes
What is automatic variables in makefile?

1 Answer

2 votes
The auto keyword is a simple way to declare a variable that has a complicated type. For example, you can use auto to declare a variable where the initialization expression involves templates, pointers to functions, or pointers to members
User TAHA SULTAN TEMURI
by
8.2k points