In the program of any pointer variable we often use :
float *x;x=(float*)malloc(a*sizeof(long int));
I want to know why we use (float*) in front of malloc?
(float*)
malloc
No comments:
Post a Comment