Copies not more than maxchar characters from source into dest. Format #include <string.h> char *strncpy (char *dest, const char *source, size_t maxchar);