I'm having trouble knowing the vector address and address of each vector position.
#include <stdio.h>
int main(){
int vec[]={52,13,12,14};
printf("Endereço de vetor %d",&vec);
printf("vec[0]%d,vec[1]%d,vec[2]%d,vec[3]%d\n", &v...
asked by
26.09.2016 / 23:16