Study the Following Points:
a.One Cannot Take the address of a Bit Field
b.bit fields cannot be arrayed
c.Bit-Fields are machine Dependant
d.Bit-fields cannot be declared as static
1. Which of the Following Statements are true w.r.t Bit-
Fields
A)a,b&c B)Only a & b C)Only c D)All
Answer Posted / murali
d) All
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
how to create duplicate link list using C???
Is c procedural or object oriented?
How can I recover the file name given an open stream or file descriptor?
Why c language?
exit () is used to a) exit () terminates the execution of the program itself b) exit () terminates the execution of the loop c) exit () terminates the execution of the block d) none of the above
What are multidimensional arrays?
a sequence of bytes with one to one corrspondence to those in the external device a) sequential addressing b) address c) byte code d) none
Can you think of a logic behind the game minesweeper.
What is the method to save data in stack data structure type?
What is calloc malloc realloc in c?
explain what are actual arguments?
Is c++ based on c?
In this assignment you are asked to write a multithreaded program to find the duplicates in an array of 10 million integers. The integers are between -5000,000 to 5000,000 and are generated randomly. Use 10 threads, each thread works on 1000,000 integers. Compare the time needed to accomplish the task with single thread of execution program. Do not include the time to fill the array with integers in the execution time.
printf(), scanf() these are a) library functions b) userdefined functions c) system functions d) they are not functions
What does int main () mean?