String Constant in C :
- Contains Sequence of Characters Closed within a pair of Double Quote Marks
Example | Meaning |
---|---|
"a" | String with Single Character |
"Ali" | String With Multiple Characters |
"123" | String With Digits |
"How are You" | String With Blanks |
- Single Character String Does not have Equivalent Integer Value
- Example
- 'A' is not Equal to "A"
- 'A' ......................................... Require 1 byte Memory
- "A" ......................................... Require 2 bytes of Memory

0 comments
Post a Comment
Your Feedback :This is Growing Site and Your Feedback is important for Us to improve the Site performance & Quality of Content.Feel Free to contact and Please Provide Name & Contact Email