单选题

若有以下程序

#include<stdio.h>

main()

{

    int c;

    c=13|5;

    printf("%d\n",c);

 }

则程序的输出结果是(    )

A

15

B

18

C

13

D

5

赣ICP备20007335号-2