Predict output of following code

#includestdio.h
int main ()
{
char k,m,n;
k='s';
m='o';
n='o';
int sum= k+m+n;
printf ("%d", sum);
}

Posted on by