ConvertDataTypes.comConvert data types programming in one click !

Convert int to bool in C

    40055 hits
  • int vIn = 0;
  • bool vOut = vIn!=0;