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 |
write a program that a 5 digit number and calculates 2 power that number and prints it.
2 Answers Vimukti Technologies,
what is pre-processor in C++?
Why is c++ still used?
Can constructor be private in c++?
What is meant by the term name mangling in c++?
Write a program to get the value of sin (x) using a library function , when x is given in degrees.
What is ios :: in in c++?
Explain the uses of static class data?
What is function overloading in C++?
Can there be at least some solution to determine the number of arguments passed to a variable argument list function?
Define whitespace in C++.
Can I learn c++ without learning c?