what is difference between array of characters and string
Answer Posted / vedavathi
when we declare array of character it has 2 be teminated by
null,but termination by null in case of string is automatic.
| Is This Answer Correct ? | 93 Yes | 23 No |
Post New Answer View All Answers
Explain what is the difference between the expression '++a' and 'a++'?
What is scope and lifetime of a variable in c?
What are c identifiers?
How to Throw some light on the splay trees?
What do you mean by dynamic memory allocation in c? What functions are used?
What does typedef struct mean?
Explain how are portions of a program disabled in demo versions?
What does the error message "DGROUP exceeds 64K" mean?
Why n++ execute faster than n+1 ?
What is variable and explain rules to declare variable in c?
What is array within structure?
An application package has been provided to you without any documents for the following application. The application needs to be tested. How will you proceed?
What is the difference between char array and char pointer?
What are the different types of control structures in programming?
How do you print an address?