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

Why we use conio h in c?

0 Answers  


how to find out the biggest element (or any other operation) in an array which is dynamic. User need not to mention the array size while executing.

3 Answers  


What is a symbolic constant?

1 Answers  


What is the explanation for modular programming?

0 Answers  


what will be the output of this program? void main() { int a[]={5,10,15}; int i=0,num; num=a[++i] + ++i +(++i); printf("%d",num); }

6 Answers   Microsoft,


the output will be #include<stdio.h> int main () { int i; i = 9/2; printf("%i",i); return 0; }

4 Answers   CMC, TCS,


Why malloc is faster than calloc?

0 Answers  


Explain what are compound statements?

0 Answers  


write a program that uses point of sale system. which are mainly used by retail markets, where the is a database inventory list, a slip should be printed for the customer. manage should be able to access what has been sold and what is left from stock?

1 Answers  


Give differences between - new and malloc() , delete and free() ?

0 Answers   Genpact,


Why are all header files not declared in every c program?

0 Answers  


What is a const pointer in c?

0 Answers  


Categories