C C++ Errors Question:

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

Tweet Share WhatsApp