CodePudding user response:
Defined as an unsigned long longCodePudding user response:
Int main (){
Char numb [255]={0};
Printf (" please enter the student id: \ n ");
The scanf (" % s ", numb);
Printf (" student id: \ n \ n % s ", numb);
return 0;
}
CodePudding user response:
Solved, thank you thank you