Online C programming exercises


const char Msg[ ] = "compiler";
To which character does Msg[3] refer to?


Enter the result



Next Exercise