Explain high-order bytes.
Answer / Komal Rani
High-order bytes refer to the most significant bytes in a multibyte value. In a 16-bit number, for example, the high-order byte is the first byte containing the highest bits. The exact meaning of 'high-order' depends on the endianness (byte order) of the system. Little Endian stores the least significant bytes at the lowest address while Big Endian stores them at the highest address.
| Is This Answer Correct ? | 0 Yes | 0 No |
Write a C program that computes the value ex by using the formula ex =1+x/1!+x2/2!+x3+3!+………….
What is a c token and types of c tokens?
What is the purpose of main( ) in c language?
Explain pointer. What are function pointers in C?
How the processor registers can be used in C ?
if a is an integer variable, a=5/2; will return a value a) 2.5 b) 3 c) 2 d) 0
who is the father of C Language?
20 Answers CTS, UST,
Write a program to show the change in position of a cursor using c
who will call your main function in c under linux?
Explain two-dimensional array.
Where is c used?
What language is windows 1.0 written?