How much is size of struct having 1 char & 1 integer?
Answers were Sorted based on User's Feedback
Answer / shraddha
char --> 1 byte & int --> 4 bytes
so total 5 bytes
| Is This Answer Correct ? | 2 Yes | 10 No |
Explain terminate() and unexpected() function?
Why namespace is used in c++?
What is the difference between = and == in C?
20 Answers Christ University, Intel,
What is the use of structure in c++?
What is #include c++?
What is atoi?
What is the word you will use when defining a function in base class to allow this function to be a polimorphic function?
which is the easy way to divide any integer by 2?
What is the rule of three?
What are the various storage classes in C++?
Define whitespace in C++.
Which software is used to run c++ program?