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
Can a pointer be volatile in c?
Why is c not oop?
Explain what is a const pointer?
How can I ensure that integer arithmetic doesnt overflow?
What are high level languages like C and FORTRAN also known as?
What are identifiers c?
Are there namespaces in c?
Are the expressions * ptr ++ and ++ * ptr same?
What is structure pointer in c?
What is the difference between exit() and _exit() function?
How can you return multiple values from a function?
Some coders debug their programs by placing comment symbols on some codes instead of deleting it. How does this aid in debugging?
Explain what would happen to x in this expression: x += 15; (assuming the value of x is 5)
Describe wild pointers in c?
Why is structure padding done in c?