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

Migrating database from ASP.NET Identity to ASP.NET Core Identity

Customize User's Profile in ASP.NET Identity System

Lambda two tables and three tables inner join code samples