Solved "label can only be part of a statement and a declaration is not a statement"
In this article, we will see how to solve "label can only be part of a statement and a declaration is not a statement" error. Sometimes you might observe that when you try to compile a set of C source code files while trying to install a package through source code then you always end ... Read more