.sidebar .widget-content { font-size: 50px !important; }

Ad Code

Responsive Advertisement

The function "strcat()"

To add a string at the end of a string

Char x[]= "My name is"

strcat( x , "Mahabub" ) 

x[] = "My name is Mahabub"

Post a Comment

0 Comments

Ad Code

Responsive Advertisement