Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


what are bit fields in c?

Answers were Sorted based on User's Feedback



what are bit fields in c?..

Answer / nashiinformaticssolutions

Bitfields allow allocation of a specific number of bits to structure members.

Is This Answer Correct ?    0 Yes 0 No

what are bit fields in c?..

Answer / glibwaresoftsolutions

Bitfields allow allocation of a specific number of bits to structure members.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Interview Questions

if (i = 0)printf ("True"); elseprintf("False"); Under what conditions will the above print out the string "True" a) Never b) Always c) When the value of i is 0 d) all of the above

0 Answers  


What is pointer and structure in c?

0 Answers  


what is the difference between call by value and call by reference?

5 Answers   Genpact, Global Logic, Infosys,


how can use subset in c program and give more example

0 Answers  


palindrome for strings and numbers----Can anybody do the prog?

6 Answers   CTS, TCS, Vipro Lifescience Pvt,


#include<string.h> void main() { String s1[]={"swathi"}; string s2[]={"maddimsetti"}; s1[]=s[]; printf("%s",s1[]); }

3 Answers   IBM,


Explain command-line arguments in C.

1 Answers  


struct node {struct node*temp,*new} prinf("%d",sizeof(struct node));

2 Answers  


c program to compute AREA under integral

0 Answers   Infosys,


What is c basic?

0 Answers  


How does C++ help with the tradeoff of safety vs. usability?

1 Answers  


void main() { int x=25,y=32; clrscr(); x=x++ + y++; y=++x + ++y; printf("%d%d",x,y); }

5 Answers  


Categories