//Pointer int main() { int veri = 30; printf("icerik : %d\n", veri); printf("adres : %p\n", &veri); }