• + 0 comments

    int a; double b; char c[200]; scanf("%d %lf %[^\n]", &a, &b, c); printf("%d \n", a+i); printf("%0.1lf \n",b+d); printf("%s",strcat(s,c)); can you help me to print the string value