Example (note the case):
string s = \"Hello world!\"; String s = \"Hello world!\";
What are
String is not a keyword and it can be used as Identifier whereas string is a keyword and cannot be used as Identifier. And in function point of view both are same.
String
string