35

单选题 35 /47

若有一下程序

#include<stdio.h>
main(){
    int c;
    c=13 | 5;
    printf("%d\n",C);
}

则程序的输出结果是?

参考答案

13
15
18
5