How can I determine whether a machines byte order is big-endian or little-endian?


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

Post New Answer

More C Interview Questions

What is nested structure?

0 Answers  


Write a C/C++ program that connects to a MySQL server and checks intrusion attempts every 5 minutes. If an intrusion attempt is detected beep the internal speaker to alert the administrator. A high number of aborted connects to MySQL at a point in time may be used as a basis of an intrusion.

1 Answers  


What are header files in c programming?

0 Answers  


1.Why do you call C is middle level language? 2.Why do you call C is userfriendly language.

2 Answers  


Explain how can I right-justify a string?

0 Answers  






Is it valid to address one element beyond the end of an array?

0 Answers  


main() { int x=10,y=15; x=x++; y=++y; printf("%d %d\n",x,y); } output??

19 Answers   EBS, Ramco, Sangwin, TCS,


what is the importance of spanning tree?

0 Answers  


Is multithreading possible in c?

0 Answers  


What should be keep precautions while using the recursion method?

1 Answers  


Do you know the difference between exit() and _exit() function in c?

0 Answers  


main() { int i=400,j=300; printf("%d..%d"); }

13 Answers   ME,


Categories