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
Explain enumerated types in c language?
How can I discover how many arguments a function was actually called with?
what do you mean by inline function in C?
What is the time and space complexities of merge sort and when is it preferred over quick sort?
How does pointer work in c?
What are structure members?
What does c mean in standard form?
How can I open files mentioned on the command line, and parse option flags?
‘SAVEPOINT’ and ‘ROLLBACK’ is used in oracle database to secure the data comment. Give suitable examples of each with sql command.
How main function is called in c?
Can we use any name in place of argv and argc as command line arguments?
List the different types of c tokens?
Is python a c language?
what do u mean by Direct access files? then can u explain about Direct Access Files?
develop algorithms to add polynomials (i) in one variable