in

Anon explains pointers

Anon explains pointers | pointers-memes, IT-memes, variable name-memes | ProgrammerHumor.io
pointers-memes, IT-memes, variable name-memes | ProgrammerHumor.io

[text] Anonymous 072014Tue2134 N0.43284013 b 43084965 243285205 43265370 43265016 File 1378948066536.pg 12 KB 237×229 Say you have a variable named Moot and you want to find out where Moot ives. You just do Moot. This retums the address pointer to Moot. Now say you have a pointer called Fagland. You then can do Fagland to see who lives there. Say you want to find out who moots neighbor is You take Moots address and add one to it Moot1 now you just need to find out who lives there S0 you do Moot1 Did I get that right