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 / rahul
C
| Is This Answer Correct ? | 0 Yes | 4 No |
Post New Answer View All Answers
hi folks i m approching for h1 b interview on monday 8th of august at montreal and i m having little problem in my approval notice abt my bithdate my employer has made a mistake while applying it is 12th january and istead of that he had done 18 the of january do any body have any solution for that if yes how can i prove my visa officer abt my real birthdate it urgent please let me know guys thaks dipesh patel
The % symbol has a special use in a printf statement. Explain how would you place this character as part of the output on the screen?
while loop contains parts a) initialisation, evalution of an expression,increment /decrement b) initialisation, increment/decrement c) condition evalution d) none of the above
Should a function contain a return statement if it does not return a value?
write a c program in such a way that if we enter the today date the output should be next day's date.
What is a spanning Tree?
Write a program to check prime number in c programming?
What are derived data types in c?
What are structure types in C?
Why c is called free form language?
what is the c source code for the below output? 5555555555 4444 4444 333 333 22 22 1 1 22 22 333 333 4444 4444 5555555555
What are the types of type specifiers?
What is the explanation for cyclic nature of data types in c?
Which header file is essential for using strcmp function?
Devise a program that inputs a 3 digit number n and finds out whether the number is prime or not. Find out its factors.