its pointer should be a pointer to float.
My question is, is it because, for example, the address of a float object is a floating-point number, so it must necessarily be stored in a float object?
the address of a float object is not float. address is a digit pointing to a place in process's vitual address space
pointers are integers that represent a precise position in a computer's memory
Обсуждают сегодня