数字1和字符1

#include <windows.h>
#include <stdio.h>


int main() {


    char test_Character = '1';
    char test_Digital = '\1';


    {
    
        printf("test is %d\n", test_Character);
        printf("test_Digital is %d\n", test_Digital);
        
    }


    while(1);
}

 

posted @ 2020-03-15 21:42  卷哭你  阅读(429)  评论(0编辑  收藏  举报