ASCII code A 65 B 66 a 97 0 48 1 49 43 45 42 47 Wri
[ASCII code: \'A\' 65 \'B\' = 66 .. \'a\' = 97 \'0\' = 48 \'1\' = 49 ... \" + -*/\': 43, 45. 42, 47.] Write program to change the case ol 0^th letter Input hat 1F output HarIF Input YauOh output yauOh.
Solution
#include<stdio.h>
#include<string.h>
int main()
{
char string[100];
}
}
}
