how to assign the address of a variable to other variable in pointer.
Answers
Answered by
3
Answer:
2bbsnshjssjjsj
Explanation:
bhhdhdjsusususiisisiyudjkksjs
Answered by
1
the memory address of variable the operator & is used which is called as the address operator .we can find the address of variable other variable PTR using & operator as
ptr = &a
Similar questions