Answer Posted / deepika shinde
In bit field we use :
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is the difference between functions abs() and fabs()?
What are the two forms of #include directive?
int i=3; this declaration tells the C compiler to a) reserve space in memory to hold the integer value b) associate the name i with this memory location c) store the value 3 at this location d) all the above
Explain the properties of union. What is the size of a union variable
I have written a pro*C program to fetch data from the cursor. where in i have used the concept of BULK FETCH.... each FETCH statement is taking lots of time to fetch specified number of rows at...
What are the back slash character constants or escape sequence charactersavailable in c?
What is atoi and atof in c?
What does nil mean in c?
What is meant by high-order and low-order bytes?
Why do we use static in c?
What is a lvalue
What are identifiers and keywords in c?
What is define c?
Write a program to check palindrome number in c programming?
Why calloc is better than malloc?