..
Free
|
|
|
|
|
C programming Tutorial : Free C Programs, C Programs Download.... Strcat function is used to concatenate two stringsUse of Strcat( ) Function#include<stdio.h> printf("\nFirst
String is %s\n",str); strcat(str1,"") strcat(str1,str2); printf("Resultant String %s\n",str); }
COPYRIGHT 2009 ALL RIGHTS RESERVED
FREECPROGRAMS.COM |
|