Answer Posted / 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 View All Answers
Why doesn't C support function overloading?
Explain that why C is procedural?
What are reserved words?
What is "Hungarian Notation"?
"C" language developed by "Dennis Ritchie" at AT & T. his remarks are a) too general, too abstract b) could deal with only specific problems c) lost generality of BCPL and B restored d) no remarks
How can I determine whether a machines byte order is big-endian or little-endian?
List the difference between a 'copy constructor' and a 'assignment operator' in C?
‘ C’ PROGRAME TO SHOW THE TYPE OF TRANGLE BY ACCEPTING IT’S LENGTH .
What’s the special use of UNIONS?
Explain what is the general form of a c program?
How do you use a pointer to a function?
Explain what is wrong with this program statement? Void = 10;
What is integer constants?
What are integer variable, floating-point variable and character variable?
How can I check whether a file exists? I want to warn the user if a requested input file is missing.