info@avatto.com
+91-9920808017
0. Assuming that bit-fields are accommodated from right to left and word size is 16-bits Consider the declaration static struct { unsigned a : 5; unsigned b : 5; unsigned c : 5; unsigned d : 5; } v = (1, 2, 3, 4); If the declaration unsigned c : 5; is replaced by unsigned : 6; then,
it results in a syntax error
it is meaningless
the compiler will give a new name for the field, which can be used in the program
none of the above
Your email address will not be published. Required fields are marked *
Report
Name
Email
Website
Save my name, email, and website in this browser for the next time I comment.
Comment
Login with Facebook
Login with Google
Forgot your password?
Lost your password? Please enter your email address. You will receive mail with link to set new password.
Back to login