10. Change the following for loop to while loop
int n;
for(n=1;n<10;n=n+1)
printf("%d",n);
Pla ans fast
Answers
Answered by
0
Answer:
I hope it will help you
Explanation:
Ans: A Pointer in C Programming is used to point the memory location of an existing variable. In case if that particular variable is deleted and the Pointer is still pointing to the same memory location, then that particular pointer variable is called as a Dangling Pointer Variable.
Similar questions