0
Help me to solve this challenge
challenge is-int var; *ptr1=&var; ptr2=&var; *ptr1=12; ptr2=44;
2 Respostas
0
To answer this we need to know the types of ptr1 and ptr2.
0
ptr1 & ptr2 have not declared
challenge is-int var; *ptr1=&var; ptr2=&var; *ptr1=12; ptr2=44;