what is difference between array of characters and string
Answer Posted / varsha vilas kalebag
aaray is nothing but set of data type
string is nothing but group of character
| Is This Answer Correct ? | 34 Yes | 55 No |
Post New Answer View All Answers
How is null defined in c?
Why should I prototype a function?
How many bytes is a struct in c?
Explain the properties of union. What is the size of a union variable
What is the best way to store flag values in a program?
Why doesnt that code work?
How to draw the flowchart for structure programs?
Is that possible to add pointers to each other?
Explain how can I read and write comma-delimited text?
What does *p++ do?
please send me the code for multiplying sparse matrix using c
What are enums in c?
What is operator precedence?
pgm to find number of words starting with capital letters in a file(additional memory usage not allowed)(if a word starting with capital also next letter in word is capital cann't be counted twice)
Explain About fork()?