How much is size of struct having 1 char & 1 integer?
Answer Posted / poorn singh
the object for the struct will use 3 bytes (1 byte for char and 2 byte for integer) in a sequential manner.
Is This Answer Correct ? | 9 Yes | 6 No |
Post New Answer View All Answers
What do you mean by function overriding & function overloading in c++?
Write a program to find the reverse Fibonacci series starting from N.
What is enum c++?
Explain the difference between using macro and inline functions?
Differentiate between a template class and class template in c++?
Write a function that swaps the values of two integers, using int* as the argument type?
What do you mean by function pointer?
What are the sizes and ranges of the basic c++ data types?
What is the full name of logo?
What are the storage qualifiers?
How can I disable the "echo" feature?
What are the extraction and insertion operators in c++?
Is it possible to get the source code back from binary file?
What is #include cmath?
What is an undefined reference/unresolved external symbol error and how do I fix it?