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
How can I sort more data than will fit in memory?
Explain void pointer?
Linked lists -- can you tell me how to check whether a linked list is circular?
What is scope of variable in c?
When the macros gets expanded?
Can you please explain the scope of static variables?
write a program in c language to print your bio-data on the screen by using functions.
the process of defining something in terms of itself is called (or) in C it is possible for the functions to call themselves. A function called a) nested function b) void function c) recursive function d) indifinite function
What is a double c?
Why is not a pointer null after calling free? How unsafe is it to use (assign, compare) a pointer value after it is been freed?
What is the significance of scope resolution operator?
write a program to convert a expression in polish notation(postfix) to inline(normal) something like make 723+* (2+3) x 7 (not sure) just check out its mainly printing expression in postfix form to infix.
What are the different types of data structures in c?
Why do we use header files in c?
Where define directive used?