Difference between CHARACTERS and STRING
*)A Character is a single character enclosed within single quote like 'a','e' But a string is a set of character stored in consecutive locations in memory and terminated by null character. For example "harish"
*)A character constants has an equivalent integer value. A string character string constant does not have an equivalent integer value
Comments
Post a Comment