Sorry! Posting Assignment is allowed only for commercial accounts.
#include stdio.hchar* strFun(void){ char *str="GMIT"; return str;}int main(){ char *x; x=strFun(); printf("str value = %s",x); return 0;}
sookshmas "beyond " knowing \n