int (*pa)[3];
pa is a pointer to an array of 3 elements for example in x[3] to
x................in z[4][3] to z[0],z[1],z[2],z[3].........so pa=arr is
correct and ..............dp is  a pointer that sore address of a pointer so
dp=&a will give only warning but you can't do **dp in this case

*UTKARSH SRIVASTAV
CSE-3
B-Tech 3rd Year
@MNNIT ALLAHABAD*

-- 
You received this message because you are subscribed to the Google Groups 
"Algorithm Geeks" group.
To post to this group, send email to algogeeks@googlegroups.com.
To unsubscribe from this group, send email to 
algogeeks+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/algogeeks?hl=en.

Reply via email to