Empresa engajada
Function to find the size of a datatype using different approaches(without using any built-in function).
Sigiloso
#define mysizeof(type) ((typeof(type)*(0)) + 1) - ((typeof(type)*)0)
I gave the answer using bit operators.
Fique por dentro de todas as oportunidades e dicas internas seguindo as empresas de seus sonhos.
Comece a buscar vagas para receber atualizações e recomendações personalizadas.