How much is size of struct having 1 char & 1 integer?
Answer Posted / amruta
i think its 3 bytes
i am not getting how is it 8 bytes
| Is This Answer Correct ? | 7 Yes | 6 No |
Post New Answer View All Answers
How did c++ start?
How can you link a c program with a c function?
Reverse the Linked List. Input: 1->2->3->4->5->NULL Output: 5->4->3->2->1->NULL
What is the difference between an external iterator and an internal iterator? Describe an advantage of the external iterator.
What is the purpose of extern storage specifier?
What is meant by a delegate?
What is the use of endl in c++?
What is static function? Explain with an example
int age=35; if(age>80) {Console.WriteLine("Boy you are old");} else {Console.WrieLine("That is a good age");}
Where do I find the current c or c++ standard documents?
What is the purpose of templates in c++?
How do you generate a random number in c++?
Why is swift so fast?
Define basic type of variable used for a different condition in C++?
Can a program run without main function?