How to measure the size of any variable without “sizeof” operator?
Roshan Rathod
Select an image from your device to upload
// without using sizeofbyte[] dataBytes = BitConverter.GetBytes(x);int d = dataBytes.Length;