Explain 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 that continue statement??

4 Answers  


How #define works?

0 Answers  


WAP to accept first name,middle name & last name of a student display its initials?

5 Answers   AITH, NIIT,


what is the similarities between. system call and library function?

1 Answers   Wipro,


4. main() { int c=- -2; printf("c=%d",c); }

0 Answers  


Is using exit() the same as using return?

0 Answers  


What is the function of volatile in c language?

0 Answers  


What is the difference between procedural and functional programming?

0 Answers  


What is Your Name :)

1 Answers  


pgm to find number of words starting with capital letters in a file(additional memory usage not allowed)(if a word starting with capital also next letter in word is capital cann't be counted twice)

2 Answers   Subex, Wipro,


please tell me the logic for this C program : INPUT (string):ABCD OUTPUT :BCDA CDAB DABC

2 Answers   Mphasis,


we need to calculating INCOME TAX for the person. The INCOME TAX is as follows:- First $10000/- of income : 4% tax Next $10000/- of income : 8% tax Next $10000/- of income : 11.5% tax above $10, 00,00/- : 15% tax What is the Solution of this Question ?

0 Answers  


Categories