Good, I have a problem in C, I want to cast a float to a void * and then in another function to cast it from void * to float, the problem is that it is printing 0.0. For what is this?
char * i = "1.22";
float numeroFlotante = (float) strtod(i,...
asked by
18.04.2017 / 18:41