Is there a difference between these two declarations?

Is there a difference between these:

You can dump the object code that each produces to see the true differences. For the most part, the results will be the same. Both allocate and initialize some memory. The amount of memory is exactly the same.