Keyword char is used for declaring the variable of character type. For
example:
char var4='h';
Here, var4 is a variable of type character which is storing a character 'h'
0 comments:
Post a Comment