character set of c or any language is the set of keywords and symbols supplied with the language in order to enable the user to code.
for example....
main()
{
int x=0;
printf("%d",x++);
}
the symbols that are used like ' ; ' or % and the words int , main these things define the character set of any language.
Answered by
Abhishek
at
8:47 PM on September 16, 2009