what is difference between array of characters and string
Answer Posted / ankur
Character Array is like an array of datatype character.
For e.g.
char ch[10];
string is an object of class String in standard C++ library
which may be implemented for storing characters at low
level.
| Is This Answer Correct ? | 2 Yes | 3 No |
Post New Answer View All Answers
What is include directive in c?
Why do some versions of toupper act strangely if given an upper-case letter?
Where is c used?
What is pragma c?
What does 3 mean in texting?
how to write optimum code to divide a 50 digit number with a 25 digit number??
What is difference between static and global variable in c?
Give me the code of in-order recursive and non-recursive.
c program to compute AREA under integral
Explain how can you check to see whether a symbol is defined?
C program to find all possible outcomes of a dice?
Explain why c is faster than c++?
What is c token?
What is difference between Structure and Unions?
What is the purpose of type declarations?