fork download
  1. #include <stdio.h>
  2. int main()
  3. {
  4. unsigned char age=18;
  5. printf("age에 저장된 값:%d\n ,age");
  6. return 0;
  7. }
  8.  
Success #stdin #stdout 0s 9424KB
stdin
Standard input is empty
stdout
age에 저장된 값:1588409240
 ,age