Dear All,

If I write following statement, where will memory be allocated?
If it is on heap, who will free the allocated memory?

char* ptr = "hello";

Thanks