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 the difference between exit() and _exit() function in c?
In the below code, how do you modify the value 'a' and print in the function. You'll be allowed to add code only inside the called function. main() { int a=5; function(); // no parameters should be passed } function() { /* add code here to modify the value of and print here */ }
What are bit fields? What is their use?
how can be easily placed in TCS.
What is c variable?
List some of the static data structures in C?
Why c is procedure oriented?
What is #include conio h?
Where is volatile variable stored?
two variables are added answer is stored on not for third variable how it is possible?
What is the purpose of main() function?
How to swap two values using a single variable ? condition: Not to use Array and Pointer ?