You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's written: Print all the elements of the array. However, there is no null terminator that has a stopping criteria, so it ends up printing all the elements in ca, but continues to traverse past the last element, resulting in a undefined behavior. It should be:
Exercise 3.37
Question or Bug
What does the following program do?
It's written: Print all the elements of the array. However, there is no null terminator that has a stopping criteria, so it ends up printing all the elements in ca, but continues to traverse past the last element, resulting in a undefined behavior. It should be:
Your enviroment information
The text was updated successfully, but these errors were encountered: