Use toupper() - include cctype and csdtlib -

char a[]="zen";
a[0]=toupper(a[0]);