ConvertDataTypes.comConvert data types programming in one click !

Convert char to unsigned long in C

    2031 hits
  • char vIn = 0;
  • unsigned long vOut = (unsigned long)vIn;