单选题 有以下程序:   main( )   { unsigned int a;    int b=-1;    a=b;    printf("%u",a);   }   程序运行后的输出结果是( )。
【正确答案】 B
【答案解析】