C Programming Test And Answer 03

1.What will be the output of the program ?web #include<stdio.h> int main() { struct value { int bit1:1; int bit3:4; int bit4:4; }bit={1, 2, 13}; printf("%d, %d
相關文章
相關標籤/搜索