pointer variable can be assigned the address of another variable. int main() {int num=10;int*ptr;ptr=#return 0;
Answers
Answered by
0
Answer:
your program is right..
Explanation:
output of this program is 10..
Similar questions