#include #include int main() { char name[100] = "Programmers help : "; strcat(name, " C section ."); printf("%s",name); return 0; }