- C does not perform bound checking automatically.
- The condition of bound checking arises,when the number of values initializes,are more than the of array.
- When the number of values are more than the size of array,then the extra values,will occupy next adjacent location and may overwrite the existing data.This may result loss of data.
- And,also we are not able to get back those extra values.
" The Techprogramiz is a computer science portal for C language. It contains well written, well thought and well explained C programming articles,basic to advance level"
read all the blogs of array,you will than able to understand easily
ReplyDelete