Choose Category
#include <stdio.h> int main( ) { char psz1[] ="This is code site", psz2[] ="ForgetCode."; printf("%*.*s",19,6,psz1); }