what are bit fields in c?

Answers were Sorted based on User's Feedback



what are bit fields in c?..

Answer / nashiinformaticssolutions

Bitfields allow allocation of a specific number of bits to structure members.

Is This Answer Correct ?    0 Yes 0 No

what are bit fields in c?..

Answer / glibwaresoftsolutions

Bitfields allow allocation of a specific number of bits to structure members.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Interview Questions

Do you know the difference between exit() and _exit() function in c?

0 Answers  


value = 0xabcd; for (loop = 1; (value >> 1) & 1 | loop & 1; loop++) { foo(); if (loop & 1) value >>= 1; } how many times is foo() executed?

6 Answers   Google,


What are the various topologies? Which one is the most secure?

2 Answers  


What will the preprocessor do for a program?

0 Answers   Aspire, Infogain,


What is scanf_s in c?

0 Answers  


a<<1 is equivalent to a) multiplying by 2 b) dividing by 2 c) adding 2 d)none of the above

2 Answers   HCL, NBN,


What is function definition in c?

0 Answers  


WHAT IS C?

6 Answers  


What are examples of structures?

0 Answers  


What is the process to generate random numbers in c programming language?

0 Answers  


Can we replace the struct function in tree syntax with a union?

0 Answers   Huawei,


int *p=20; if u print like dis printf("%d",p); o\p:- 20; how is it possible? plz give me the explanation.

15 Answers   Global Edge,


Categories