Dynamic allocation

int *a=new int [100]
Shouldn’t be the size of ‘a’ 4 bytes instead of 8 bytes as it is an integer?

@priyeshant1104
hello priyesh,
size of datatype depends upon system architecture .it may vary from system to system.
https://www.quora.com/Whats-the-size-of-char-int-and-float-data-types