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 a file operation in C with an example.
What is array of pointers to string?
Which is better pointer or array?
What are the three constants used in c?
What are the Advantages of using macro
Is linux written in c?
Do you know the purpose of 'register' keyword?
How to define structures? ·
How are structure passing and returning implemented?
Explain what is #line used for?
How can I read data from data files with particular formats?
A c program to display count values from 0 to 100 and flash each digit for a secong.reset the counter after it reaches 100.use for loop,. pls guys hepl me.. :(
What is difference between static and global variable in c?
What are the different categories of functions in c?
When should a type cast not be used?