structure contains int, char, float how it behaves for big
endian and little endian?



structure contains int, char, float how it behaves for big endian and little endian?..

Answer / harshal

ANSWER

Is This Answer Correct ?    0 Yes 5 No

Post New Answer

More C++ General Interview Questions

Tell me what are static member functions?

0 Answers  


What does it mean to declare a member function as static?

0 Answers  


What is the output of this prog. ? struct A { A(){ cout << \"A\"; } }; struct B { B(){ cout << \"B\"; } }; struct C { C(){ cout << \"C\"; } }; struct D { D(){ cout << \"D\"; } }; struct E : D { E(){ cout << \"E\"; } }; struct F : A, B { C c; D d; E e; F() : B(), A(),d(),c(),e() { cout << \"F\"; } };

2 Answers  


Is c better than c++?

0 Answers  


Explain the use of vtable.

0 Answers  






What are the total number of lines written by you in C/C++? What is the most complicated or valuable program written in C/C++?

2 Answers   Intel,


Explain how functions are classified in C++ ?

0 Answers  


Why struct is used in c++?

0 Answers  


How does com provide language transparency?

0 Answers  


What is double in c++?

0 Answers  


What is helper in c++?

0 Answers  


what are the iterator and generic algorithms.

0 Answers  


Categories