Choose Category
#include <stdio.h> int main( ) { char psz1[] ="this is a test"; printf("%.2s",psz1); }