Difference between String constant and numeric constant.
Answers
Answered by
0
Answer:
String constant is a set of characters enclosed insude double quotes. For example, “hello". ... The basic difference between string and character is that character constant can only be represented as a single entity whereas string constant is an array of characters with a null character at the end of the string.
Similar questions