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

Badboy is defined who has ALL the following properties: Does not have a girlfriend and is not married. He is not more than 23 years old. The middle name should be "Singh" The last name should have more than 4 characters. The character 'a' should appear in the last name at least two times. The name of one of his brothers should be "Ram" Write a method: boolean isBadBoy(boolean hasGirlFriend , boolean isMarried, int age , String middleName , String lastName , String[] brotherName); isHaveGirlFriend is true if the person has a girlfriend isMarried is true if the person is married age is the age of the person middleName is the middle name of the person lastName is the last name of the person brotherName is the array of the names of his brothers

0 Answers  


What do you mean by scope of a variable in c?

0 Answers  


What are the types of unary operators?

0 Answers  


Discuss similarities and differences of Multiprogramming OS and multiprocessing OS?

4 Answers   TCS,


By using C language input a date into it and if it is right?

0 Answers   Aricent,






a 'c' program to tell that the set of three coordinates lie on a same line

3 Answers   Persistent,


main() { int x=5,y=10,z=0; x=x++ + y++; y=y++ + ++x; z=x++ + ++y; printf("%d%d%d\n",x,y,z); }

1 Answers   CodeChef,


What are structural members?

0 Answers  


Explain the difference between strcpy() and memcpy() function?

0 Answers  


List the variables are used for writing doubly linked list program.

0 Answers   Infosys, Wipro,


What is mean by data types in c?

0 Answers  


Why we use void main in c?

0 Answers  


Categories