Explain high-order bytes.


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

Post New Answer

More C Interview Questions

Given an array of 1s and 0s arrange the 1s together and 0s together in a single scan of the array. Optimize the boundary conditions?

0 Answers   Infosys,


How will you delete a node in DLL?

0 Answers   GrapeCity,


What is nested structure?

0 Answers  


write a program to print calender using for loop.

1 Answers   HCL, TCS,


Explain what is the use of a semicolon (;) at the end of every program statement?

0 Answers  


what is difference between array,strutter,union and pointers

3 Answers   CTS, Lovely Professional University, Mannar Company,


What type is sizeof?

0 Answers  


main() { int i,j,A; for(A=-1;A<=1;A++) prinf("%d\t",!!A); }

6 Answers  


int i[2], j; int *pi;i[0] = 1; i[1] = 5; pi = i; j = *pi + 1 + *(pi + 1)Value of j after execution of the above statements will be a) 7 b) 6 c) 4 d) pointer

0 Answers  


What is a const pointer?

0 Answers  


what is the advantage of software development

1 Answers  


What is C language Terminator?

15 Answers   TCS,


Categories