✪ Choose the correct option.
Point out the error in the program in gcc compiler?
#include
int main() {
struct bits {
int i:40;
}bit;
printf("%d ", sizeof(bit));
return 0;
}
Point out the error in the program in gcc compiler?
Point out the error in the program in gcc compiler?
#include
int main() {
struct bits {
int i:40;
}bit;
printf("%d ", sizeof(bit));
return 0;
}