
#include <cstddef> // size_t for sizes and indexes
///////////////// WRITE YOUR FUNCTION BELOW THIS LINE///////////////////////
const char* myStrNCpy(char* dest, const char* src, int max)
{
while(src[max] != ‘ ‘)
{
dest[max] =src[max];
max++;
}
PayPal Gateway not configured
PayPal Gateway not configured