Saved Bookmarks
| 1. |
Explain What Is Forward Reference W.r.t. Pointers In C? |
|
Answer» <P>POINTER use's to REFERENCE to value a into int a=10 to memory add this value and 10 is add p value ADDED this DATA in memory location for p. Pointer use's to reference to value a into int a=10 to memory add this value and 10 is add p value added this data in memory location for p. |
|