Creates a string with a specified format and stores inside another variable
sprintf(deststr, "some format with %s", sourcestr);
Creates a string with a specified format and stores inside another variable
sprintf(deststr, "some format with %s", sourcestr);