Empleador activo
Function to find the size of a datatype using different approaches(without using any built-in function).
Anónimo
I gave the answer using bit operators.
#define mysizeof(type) ((typeof(type)*(0)) + 1) - ((typeof(type)*)0)
Sigue a tus empresas favoritas para estar al tanto de las últimas oportunidades y disponer de información desde adentro.
Recibe recomendaciones y actualizaciones personalizadas al iniciar tu búsqueda.