Closed DimitriPapadopoulos closed 1 year ago
Although both are legal in C++, the latter is prevalent and ISO C99 reads:
6.11.5 Storage-class specifiers 1 The placement of a storage-class specifier other than at the beginning of the declaration specifiers in a declaration is an obsolescent feature.
6.11.5 Storage-class specifiers
1 The placement of a storage-class specifier other than at the beginning of the declaration specifiers in a declaration is an obsolescent feature.
Although both are legal in C++, the latter is prevalent and ISO C99 reads: