String Constant in C :

  1. Contains Sequence of Characters Closed within a pair of Double Quote Marks
ExampleMeaning
"a"String with Single Character
"Ali"String With Multiple Characters
"123"String With Digits
"How are You"String With Blanks
  1. Single Character String Does not have Equivalent Integer Value
  2. Example
Note :

  • 'A' is not Equal to "A"
  • 'A'  ......................................... Require 1 byte Memory
  • "A" ......................................... Require 2 bytes of Memory


Tags / Keywords : | ,

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