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
Posted: Sat Nov 27, 2021 10:31 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 Ox7fffa0757dd4 Ox7fff98b499e8 Address of pointer variable ptr Var 10 Value of variable var (*ptr) Ox7fffa0757dd4 Address of variable var (Stored at ptr)