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
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
Answers were Sorted based on User's Feedback
main() { char *p; p="Hello"; printf("%c\n",*&*p); }
two variables are added answer is stored on not for third variable how it is possible?
write a program to gat the digt sum of a number (et. 15= >1+5=6)
what is the coding of display the factorial of a number using array and function?
Can the size of an array be declared at runtime?
How can you invoke another program from within a C program?
What are the applications of c language?
Where we use clrscr in c?
what is the output of the following program? main() { int i=-1,j=-1,k=0,l=2,m; m=i++&&j++&&k++||l++; printf("%d %d %d %d %d",i,j,k,l,m); }
What is the difference between constant pointer and pointer to a constant. Give examples.
What are structure members?
what is ans for this scanf(%%d",c);