Answers

Question and Answer:

  Home  C C++ Errors

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

str will be a pointer to "hello:"

so on printing str will output hello:

 135 views

More Questions for you: