#include <stdio.h>
int main(){
int i;
char s1[20]="tanishka";
for(i=0;s1[0]>=97&&s1[0]<=122;i=i+1)
{ s1[0]=s1[0]-32;}
printf("%s",s1);}

Embed on website

To embed this project on your website, copy the following code and paste it into your website's HTML: