Roshan Rathod
How to measure the size of any variable without “sizeof” operator?
By Roshan Rathod in C, C++, MFC on Jul 20 2020
  • Kunjahamed P
    Aug, 2020 4

    // without using sizeof
    byte[] dataBytes = BitConverter.GetBytes(x);
    int d = dataBytes.Length;

    • 0


Most Popular Job Functions


MOST LIKED QUESTIONS