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...


how memory store byte

Answers were Sorted based on User's Feedback



how memory store byte ..

Answer / rajendra

Hi sasi wt ever u put a result is wrong


Because bit means either 0 or 1

Is This Answer Correct ?    4 Yes 1 No

how memory store byte ..

Answer / himansu nayak

Memory store byte in bits, becoz 1byte=1bit.

we can get a clear picture about this when we are doing the
bits operation .

Is This Answer Correct ?    0 Yes 0 No

how memory store byte ..

Answer / ram

Hello5 is the answer because the inside printf prints the
string and printf returns the no of charters pinted on the
screen so it is 5.

Is This Answer Correct ?    0 Yes 3 No

how memory store byte ..

Answer / sasikumar

byte mean binary digit for 8 digits .
it meant 1 byte store 8 bits .
1bit =1024kb

Is This Answer Correct ?    4 Yes 18 No

Post New Answer

More C Interview Questions

What does main () mean in c?

0 Answers  


what would be the output of the follwing struct st { char name[20]; int i; float f; }; main() { struct st emp = {"forum"}; printf("%d %f",emp.i,emp.f); }

4 Answers  


write a program to convert a expression in polish notation (postfix) to inline (normal)

0 Answers   Siemens,


what is the difference between structure and union?

3 Answers  


What is the difference function call by value & function call by reference?

6 Answers  


Which control loop is recommended if you have to execute set of statements for fixed number of times?

0 Answers  


What are register variables? What are the advantage of using register variables?

0 Answers   TISL,


what is the output of the following program? main() { int c[]={2,8,3,4,4,6,7,5}; int j,*p=c,*q=c; for(j=0;j<5;j++) { printf("%d",*c); ++q; } for(j=0;j<5;j++) { printf("%d",*p); ++p; } }

4 Answers  


write the function int countchtr(char string[],int ch);which returns the number of timesthe character ch appears in the string. for example the call countchtr("she lives in Newyork",'e') would return 3.

6 Answers  


What is the difference between far and near in c?

0 Answers  


which type of aspect you want from the student.

0 Answers   IBM, TCS,


Find the output? void main() {float a=2.0; printf("\nSize of a ::%d",sizeof(a)); printf("\nSize of 2.0 ::%d",sizeof(2.0));}

11 Answers   IBM, TCS,


Categories