Explain 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 meant by type specifiers?

0 Answers  


Why does this code crash?

0 Answers  


What is difference between structure and union?

0 Answers  


Which of the following sorts is quickest when sorting the following set: 1 2 3 5 4 1) Quick Sort 2) Bubble Sort 3) Merge Sort

7 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  






Why is not a pointer null after calling free? How unsafe is it to use (assign, compare) a pointer value after it is been freed?

0 Answers  


write a program to print data of 5 five students with structures?

0 Answers  


how can we print  hellow world programme without using semicolon

3 Answers  


Write a c program to demonstrate Type casting in c?

2 Answers  


How to add two numbers without using semicolon at runtime

2 Answers  


1,1,5,17,61,217,?,?.

3 Answers   Apple,


Do you have any idea how to compare array with pointer in c?

0 Answers  


Categories