Can any onbe say me the exact difference between a pointer (*p) and the array p[]????
I mean to ask that when we pass an array to a function by reference, we can have both in the function definition, the * or we can manipulate the array too... But there must be some difference b/w these two......!!!