Hi ,

char date[2] = "02";
char *temp_date;

how can i copy date to temp_date.
I tried strcpy and it gives a memory exception violation;

Please advice,