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
Can you use the function fprintf() to display the output on the screen?
What is private public protected in c++?
Can a constructor be private?
Is rust better than c++?
What is an object in c++?
If a function doesn’t return a value, how do you declare the function?
What is a NULL Macro? What is the difference between a NULL Pointer and a NULL Macro?
What are the extraction and insertion operators in c++? Explain with examples.
Does c++ support exception handling?
How can you quickly find the number of elements stored in a static array?
What does the ios::ate argument do?
What is the benefit of encapsulation?
What is a singleton c++?
Can user-defined object be declared as static data member of another class?
Explain the difference between realloc() and free() in c++?