Incorrect value when getting specific digits from number

前端 未结 0 1596

My output seems not to match my (tested) calculations.

const char* credit_card(void) {
    long card = get_card();
    PRINT_VAL(card); //prints value to cons         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题