how memory store byte
Answers were Sorted based on User's Feedback
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 |
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 |
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 |
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 |
What is a buffer in c?
what is y value of the code if input x=10 y=5; if (x==10) else if(x==9) elae y=8; a.9 b.8 c.6 d.7
Derive the complexity expression for AVL tree?
How can I send mail from within a c program?
What is the o/p of the follow pgm? #include<stdio.h> main() { char char_arr[5]=”ORACL”; char c=’E’; prinf(“%s\n”,strcat(char_arr,c)); } a:oracle b. oracl c.e d.none
What is atoi and atof in c?
What does the error message "DGROUP exceeds 64K" mean?
What is a stream water?
What does a pointer variable always consist of?
What are the scope of static variables?
Given an unsigned integer, find if the number is power of 2?
How do you construct an increment statement or decrement statement in C?