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
Can you sort a set c++?
What are the advantages of using a pointer?
Describe the advantage of an external iterator.
Explain unexpected() function?
What do you mean by a template?
Explain the uses oof nested class?
Evaluate !(1&&1||1&&0) a) Error b) False c) True
Why c++ is faster than java?
What is the difference between an enumeration and a set of pre-processor # defines?
How is computer programming useful in real life?
What is token c++?
What is a modifier in c++?
How do you sort a sort function in c++ to sort in descending order?
Can class objects be passed as function arguments?
Why main function is special in c++?