I'm working on windows 10 and codeblocks, and my question is because by doing this I have the memory position for example 0060FEFC
1st Code
#include <stdio.h>
int main(void){
int arreglo[4];
printf("%p\n",arreglo); //Direc...
asked on
06.04.2018 / 10:14