Page t014, go to NEXT, PREVIOUS, INDEX

Characters


C only has single byte characters

Constants of type char use single quotes

      char a  = 'a';
      char aa = 'A';

Use escape sequence for unprintable characters and special cases


C Course, 20-jan-1997, Peter Klok, pfk@hef.kun.nl