How much is size of struct having 1 char & 1 integer?
Answer Posted / saranya
The character datatype takes "1 Byte" for their memory. the
integer takes "2 Bytes" for their memory
| Is This Answer Correct ? | 6 Yes | 12 No |
Post New Answer View All Answers
What is data types c++?
Show the declaration for a static member variable.
What is the advantage of an external iterator.
Explain the benefits of proper inheritance.
What is the basic structure of c++ program?
What are its advantages and disadvantages of multiple inheritances (virtual inheritance)?
What is the use of default constructor?
What is linked list in c++?
What are member functions used in c++?
What is the role of C++ shorthand's?
can any one help to find a specific string between html tags
which is changed to a sting..
weather.html looks (for location) is
Is c++ map a hash table? What are structs in c++? What is the default access level? Describe friend function & its advantages.