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
show how link list can be used to repersent the following polynomial i) 5x+2
void main() { for(; 0 ;) ... { printf("hello"); ... } getch(); }
Hi Every one...........I have been selected for the SBI Clerk. But i m one month Pregnanat. So anyone please suggest me, is they take any objection on my joining .
4 Answers State Bank Of India SBI,
A stack can be implemented only using array?if not what is used?
What is the use of ?: Operator?
What are the uses of pre-processor directives?
plz answer.. a program that takes a string e.g. "345" and returns integer 345
how to find the kth smallest element in the given list of array elemnts.
Why are all header files not declared in every c program?
What is data type long in c?
Find the O/p of the following struct node { char *name; int num; }; int main() { struct node s1={"Harry",1331}; struct node s2=s1; if(s1==s2) printf("Same"); else printf("Diff"); }
Write a C program to print 1 2 3 ... 100 without using loops?