Tuesday, July 14, 2009

What is the meaning of STRING in C?

What is C string? Can you please provide me good and exact answer. Thank you so much.

What is the meaning of STRING in C?
If you want to know how to work with it then search for some documentation. There you will find a lot of functions and operations.
Reply:An array is a data type that stores data in sequential memory slots.








A string is an array of characters.
Reply:A STRING, in essentially all programming languages, is a type of variable or constant which stores a series of alphanumreic characters, as opposed to an INTEGER which stores a number without a decimal and BOOLEAN which stores a 1 or a 0, a true/false value.


No comments:

Post a Comment