A bit field must be declared as a:
a. int or unsigned.
b. char.
c. float.
d. long.
a. int or unsigned.
Computer Science & Information Technology
You might also like to view...
If you wanted to display different forms or pages in a single form, you would use a(n) ________ form
Fill in the blank(s) with correct word
Computer Science & Information Technology
I have an algorithm that runs in O(N2), where Nis the size of the problem. For N = 100, the time for the algorithm to run is 1 minute. How long does the algorithm take for N=1000?
A. Same time B. 10 minutes C. 100 minutes D. 1000 minutes
Computer Science & Information Technology