What is meant by high-order and low-order bytes?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

what is stack , heap ,code segment,and data segment

0 Answers  


How to find the digits truncation when assigning the interger variable to the character variables. like int i=500; char x = i : here we have truncation. how to find this. another ex: i =100; char x=i. here we do not have truncation.

1 Answers   HCL,


hi send me sample aptitude papers of cts?

0 Answers  


Why isnt any of this standardized in c?

0 Answers  


Find the second largest element in an array with minimum no of comparisons and give the minimum no of comparisons needed on an array of size N to do the same.

0 Answers   Amazon,






What does the c preprocessor do?

0 Answers  


What standard functions are available to manipulate strings?

0 Answers  


What are the 5 types of inheritance in c ++?

0 Answers  


Write a C program to get the desired output. 1 1 2 1 1 3 3 1 1 4 6 4 1 1 5 10 10 5 1 . . . 1 n..............n 1 Note: n is a positive integer entered by the user.

4 Answers  


what is the purpose of the code, and is there any problem with the code? int f( int n, int l, int r ) { return (n << l) >> r; }

2 Answers   Google,


What are multibyte characters?

0 Answers  


Write a code to remove duplicates in a string.

0 Answers   Expedia,


Categories