when i run this program it gives me different adress value ? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

when i run this program it gives me different adress value ?

#include <stdio.h> int main() { int x=5; printf("%d\n",x); printf("%d\n",&x); printf("%d\n",*&x); }

27th Jan 2018, 6:51 AM
Ubair Noor
Ubair Noor - avatar
1 Answer
+ 1
thank you
27th Jan 2018, 9:01 AM
Ubair Noor
Ubair Noor - avatar