Answer Posted / glibwaresoftsolutions
Bitfields allow allocation of a specific number of bits to structure members.
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is null pointer in c?
What is local and global variable in c?
How do you determine a file’s attributes?
What are qualifiers in c?
What is return type in c?
Why we use conio h in c?
Can we assign string to char pointer?
what are the advanced features of functions a) function declaration and prototypes b) calling functions by value or by reference c) recursion d) all the above
Write a program for finding factorial of a number.
What is file in c preprocessor?
Why do we use namespace feature?
which of the following shows the correct hierarchy of arithmetic operations in C a) (), **, * or/,+ or - b) (),**,*,/,+,- c) (),**,/,*,+,- d) (),/ or *,- or +
What are reserved words with a programming language?
What is the size of enum in bytes?
Explain why c is faster than c++?