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 abstraction in c++?
Does c++ have string data type?
How can you link a c++ program to c functions?
Is c++ double?
How do you find out if a linked-list has an end?
Why do we use classes in c++?
How long it will take to learn c++?
Do you know what are pure virtual functions?
What is endl c++?
What is #include cstdlib in c++?
State two differences between C and C++.
Write about an iterator class?
what are Operators and explain with an example?
What are the differences between java and c++?
Why should you learn c++?