Computer Science, asked by pratikpandya458, 1 year ago

A structure tag reserves the space in the memory. True or False.Justify answer.

Answers

Answered by Taniyagoswami
1
it's may be false because I think that a structure tag is usually clear from the context whether a structure tag or a variable of structure type is meant.

Answered by gurdevsingh14
1

No - you won't consume memory until you declare a variable on the stack, heap, or shared memory. You're simply defining a new data type that consists of more than one other data type.

Hope this will help you ☺

Similar questions