Drop Down MenusCSS Drop Down MenuPure CSS Dropdown Menu

Wednesday, March 11, 2015

What is strncat() function ?

It is a joining function that append the data of second string into first string. Here we decide how many characters are append into first string.

Sy:
strncat( string1, string2, number);
ex:
strncat( str1, str2, 8);


No comments:

Post a Comment