ConvertDataTypes.comConvert data types programming in one click !

Convert int to bool in C

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