Answer Posted / nashiinformaticssolutions
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 are the scope of static variables?
If one class contains another class as a member, in what order are the two class constructors called a) Constructor for the member class is called first b) Constructor for the member class is called second c) Only one of the constructors is called d) all of the above
a program that can input number of records and can view it again the record
Explain built-in function?
How can you convert integers to binary or hexadecimal?
a single linked list consists of nodes a to z .print the nodes in reverse order from z to a using recursion
why return type of main is not necessary in linux
Why do we use header files in c?
What are global variables and how do you declare them?
What is the use of bitwise operator?
Is it possible to have a function as a parameter in another function?
What are the keywords in c?
What is the time and space complexities of merge sort and when is it preferred over quick sort?
I completed my B.tech (IT). Actually I want to develop virtual object that which will change software technology in the future. To develop virtual object what course I have to take. can I any professor to help me.
What is #ifdef ? What is its application?