1,611 views
0 votes
0 votes

1 Answer

1 votes
1 votes

There is strictly no difference.

{
   auto int a;
   /* ... */
}

and

{
   int a;
   /* ... */   
}

are equivalent.

The common practice is not to put the auto specifier.

Related questions

1.8k
views
2 answers
0 votes
313
views
0 answers
0 votes
2.5k
views
1 answers
3 votes
radha gogia asked Dec 6, 2015
2,475 views
I have gone through this link and found that both are synonyms to each other but I am not getting that when we have more than one parse tree for a string so do we say tha...
597
views
1 answers
1 votes
nakshatra asked Sep 20, 2015
597 views
A 5-stage pipelined processor has Instruction Fetch (IF), Instruction Decode (ID), Opearnd Fetch (OF), Perform Operation (PO) and Write Operand (WO) stages. The IF, ID, O...
Total PHP MySQL Other RAM
Time (ms) % Time (ms) % File count Time (ms) % Query count Time (ms) % Amount %
Setup 4.2 6% 2.6 3% 72 1.6 2% 2 0.0 0% 569k 52%
Control 13.4 19% 1.4 1% 5 12.2 17% 12 0.0 0% 179k 16%
View 2.6 3% 2.6 3% 12 0.0 0% 0 0.0 0% 90k 8%
Theme 45.0 64% 4.4 6% 15 40.6 58% 3 0.0 0% 251k 23%
Stats 4.5 6% 0.1 0% 0 4.4 6% 1 0.0 0% 0k 0%
Total 69.6 100% 11.1 15% 104 58.9 84% 18 0.0 0% 1092k 100%