structure contains int, char, float how it behaves for big
endian and little endian?
Answer Posted / harshal
ANSWER
| Is This Answer Correct ? | 0 Yes | 5 No |
Post New Answer View All Answers
What is the size of a vector?
What is the protected keyword used for?
How many characters are recognized by ANSI C++?
What is endl?
How many keywords are used in c++?
Describe new operator and delete operator?
What do you mean by public protected and private in c++?
Difference between overloaded functions and overridden functions
What is an adjust field format flag?
Differentiate between declaration and definition.
Is string data type in c++?
If a base class is an adt, and it has three pure virtual functions, how many of these functions must be overridden in its derived classes?
How many types of scopes are there in c++?
How can you quickly find the number of elements stored in a static array? Why is it difficult to store linked list in an array?
What are the advantages of c++ over c?