Online C programming exercises


Do following statements mean the same thing?

const char* ps1=0;
const char* ps2="";


Yes
No


Next Exercise