Answer Posted / 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 |
Post New Answer View All Answers
What do you mean by Recursion Function?
What are the advantages of c language?
What is the data segment that is followed by c?
Write a function expand(s1,s2) that expands shorthand notations like a-z in the string s1 into the equivalent complete list abc...xyz in s2 . Allow for letters of either case and digits, and be prepared to handle cases like a-b-c and a-z0-9 and -a-z. z-a:zyx......ba -1-6-:-123456- 1-9-1:123456789987654321 a-R-L:a-R...L a-b-c:abbc
Explain what is a stream?
What is the incorrect operator form following list(== , <> , >= , <=) and what is the reason for the answer?
What is the use of getchar functions?
What is static memory allocation?
Do variables need to be initialized?
What are inbuilt functions in c?
What are header files why are they important?
What is scope of variable in c?
How can I insert or delete a line (or record) in the middle of a file?
Whats s or c mean?
What is the right way to use errno?