main()
    	{
	   char String1[20], String2[]="Outback Pub"; /* data types */
	   strncpy(String1, string2, 7);
	}
The other use is as a series operator which can be seen in use with
the for keyword. An example of the syntax is shown 
in the link below.
Example of the series operator.
| Top | Master Index | Keywords | Functions |