when i run this program it gives me different adress value ? | Sololearn: Learn to code for FREE!
Neuer Kurs! Jeder Programmierer sollte generative KI lernen!
Kostenlose Lektion ausprobieren
+ 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 Antwort
+ 1
thank you
27th Jan 2018, 9:01 AM
Ubair Noor
Ubair Noor - avatar