C C++ Errors Question: Download C C++ Errors PDF

char* f()
return "hello:";
void main()
{char *str=f();
}

Tweet Share WhatsApp