Q 1) Write a C program using pointer to declare var with value 20 and print the value of the ptr, var and *ptr ptr Ox7ff
-
answerhappygod
- Site Admin
- Posts: 899604
- Joined: Mon Aug 02, 2021 8:13 am
Q 1) Write a C program using pointer to declare var with value 20 and print the value of the ptr, var and *ptr ptr Ox7ff
Q 1) Write a C program using pointer to declare var with value 20 and print the value of the ptr, var and *ptr ptr Ox7fffa0757dd4 Ox7fff98b499e8 Address of pointer variable ptr Var 10 Value of variable var (*ptr) Ox7fffa0757dd4 Address of variable var (Stored at ptr)
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!