#include <stdio.h>
#include<string.h>
char ch[]={'j','a','v','a'};
printf("%s", ch);
for(int i=0; ch[i]!=' '; i++){
    count++;
}