it accepts. as array is address of the first element i.e. in your case
address of a[0] and there is no upper bound check atleast in C.
so you can access and assign memory location which is not reserved in
your decleration but don't follow this practice as you may write or
corrupt memory used by others. reason is simple you can access any
memory location through there address.


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Algorithm Geeks" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/algogeeks
-~----------~----~----~----~------~----~------~--~---

Reply via email to