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 |
Evaluate as true or false: !(1 &&0 || !1) a) True b) False c) Invalid statement
What is c++ similar to?
Generally variables are stored in heap memory. When he variables are created in stack?
What is the difference between strcpy() and strncpy()?
What are the methods of exporting a function from a dll?
What are the sizes and ranges of the basic c++ data types?
How are pointers type-cast?
Are vectors passed by reference c++?
without if else statement can be written ah
What is using namespace std in cpp?
What is name mangling?
Why c++ is called oop?