Hi, i am a new one in programming, please help me in finding out the difference among the two statements.


First syntax
Code:
volatile unsigned int *mec=(volatile unsigned int *)0x01f80000;

Second Syntax
Code:
volatile unsigned int *mec;
mec=(volatile unsigned int *)0x01f80000;