Explain 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 union in c?

0 Answers  


multiple of 9 without useing +,* oprator

3 Answers  


Explain do array subscripts always start with zero?

0 Answers  


Why do u use # before include in a C Progam?

9 Answers   IBM,


Which node is more powerful and can handle local information processing or graphics processing?

0 Answers  






how to use enum datatype?Please explain me?

3 Answers   Excel,


When do you not use the keyword 'return' when defining a function a) Always b) Never c) When the function returns void d) dfd

0 Answers  


what is diffrence between string and character array?

1 Answers  


What is a far pointer?What is the utility?

4 Answers  


What is the best way to store flag values in a program?

0 Answers  


What are the preprocessor categories?

0 Answers  


1)what is the error in the following stmt where str is a char array and the stmt is supposed to traverse through the whole character string str? for(i=0;str[i];i++) a)There is no error. b)There shud be no ; after the stmt. c)The cond shud be str[i]!='\0' d)The cond shud be str[i]!=NULL e)i shud be initialized to 1

4 Answers  


Categories