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
On most computers additional memory that is accessed through an adapter of feature card along with a device driver program. a) user memory b) conventional memory c) expandedmemory d) area
What is a void pointer? When is a void pointer used?
What is the size of enum in c?
What is identifier in c?
Is there a way to have non-constant case labels (i.e. Ranges or arbitrary expressions)?
What is a const pointer?
what is the differnce between programing langauge and tool? is sas is a programing langauge r tool?
Explain the advantages and disadvantages of macros.
Why does everyone say not to use scanf? What should I use instead?
Why is c called "mother" language?
Explain the difference between strcpy() and memcpy() function?
write a C program: To search a file any word which starts with ?a?. If the word following this ?a? starts with a vowel.Then replace this ?a? with ?a? with ?an?. redirect with the output onto an output file.The source file and destination file are specified by the user int the command line.
a c code by using memory allocation for add ,multiply of sprase matrixes
Does c have class?
Where local variables are stored in c?