To Forum της Ελληνικής Κοινότητας Ubuntu-grhttps://forum.ubuntu-gr.org/
https://forum.ubuntu-gr.org/viewtopic.php?p=206770#p206770
#include <stdio.h>int main(void) { int *p,i; i = &p; printf("%d\n",i); return 0;}