#include<stdio.h>char software(){char abc[]="welcome to STA";return abc;}int main(){charx=software();printf("%s",x);return 0;}