#CC++ Character set consist of Numeric charectors(0-9), alphabetic char(A-Z, a-z), special char(. , ; : ' " + - % etc), escape char(Öa for alert, Öb back space, Öt tab etc), white space char.(sample space eg. Abcd = a b c d)
#CC++ C weaknesses. * C is not strongly typed lang, contain several basic data types including int, floating point, char etc. There variation on each, easily ignore by programer. * Difficult to understand a program for common user that are developed in C.