Declared a variable in c without defining it

extern int a;
 
Please note that uninitialized extern variables are example of declaration of variables.

Comments

Popular posts from this blog

Customize User's Profile in ASP.NET Identity System