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

Tell me with an example the self-referential structure?

0 Answers  


which is an algorithm for sorting in a growing Lexicographic order

0 Answers  


why u join this call center?

6 Answers   DELL,


20. main() { int i=5; printf("%d%d%d%d%d%d",i++,i--,++i,--i,i); } Answer:??????

2 Answers  


What is function definition in c?

0 Answers  






what type of errors are checked during compilation

3 Answers  


what will be the output of this program? #include<stdio.h> #define cube(x) x*x*x void main() { int i,j=5; i=cube(j+3); printf("i=%d",i); }

6 Answers   IBM,


Write a program to find the biggest number of three numbers in c?

0 Answers  


Is it possible to use curly brackets ({}) to enclose single line code in c program?

0 Answers  


Read N characters in to an array . Use functions to do all problems and pass the address of array to function. 1. Print only the alphabets . If in upper case print in lower case vice versa.

1 Answers  


Do you know what is the purpose of 'extern' keyword in a function declaration?

0 Answers  


class foo { public: static int func(const char*& p) const; }; This is illegal, why?

8 Answers   Google,


Categories