Online C programming exercises


const char Msg[ ] = "compiler";
What will sizeof(Msg) return?


Enter the result



Next Exercise