Computer Science, asked by Anonymous, 8 months ago

pointer variable can be assigned the address of another variable. int main() {int num=10;int*ptr;ptr=#return 0;​

Answers

Answered by 217him217
0

Answer:

your program is right..

Explanation:

output of this program is 10..

Similar questions