adspace


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


Please Help Members By Posting Answers For Below Questions

will u please send me the placement papers to my mail???????????????????

1920


What are pointers? What are different types of pointers?

1261


`write a program to display the recomended action depends on a color of trafic light using nested if statments

2212


Sir,please help me out with the code of this question. Write an interactive C program that will encode or decode multiple lines of text. Store the encoded text within a data file, so that it can be retrieved and decoded at any time. The program should include the following features: (a) Enter text from the keyboard, encode the text and store the encoded text in a data file. (b) Retrieve the encoded text and display it in its encoded form. (c) Retrieve the encoded text, decode it and then display the decoded text. (d) End the computation. Test the program using several lines of text of your choice.

2391


How do you convert strings to numbers in C?

1340


The % symbol has a special use in a printf statement. How would you place this character as part of the output on the screen?

1356


can any one please explain, how can i access hard disk(physical address)? it is possible by the use of far,near or huge pointer? if yes then please explain......

1995


Differentiate between null and void pointers.

1253


How can I implement sets or arrays of bits?

1114


ATM machine and railway reservation class/object diagram

5333


Explain the difference between null pointer and void pointer.

1156


What is the general form of a C program?

1096


Do you know the difference between malloc() and calloc() function?

1131


write a program to find out prime number using sieve case?

2171


How do you determine the length of a string value that was stored in a variable?

1197