what is difference between array of characters and string
Answer Posted / shruti
In case of a string, we cant print each character by
character whereas for arrays of char we can do that.
String is terminated by a NULL character by default.
in array we have to explicitly do that.
| Is This Answer Correct ? | 20 Yes | 16 No |
Post New Answer View All Answers
What are run-time errors?
What are 'near' and 'far' pointers?
What are the storage classes in C?
What is hashing in c?
in linking some of os executables are linking name some of them
In which language linux is written?
What is the data segment that is followed by c?
what is the format specifier for printing a pointer value?
Explain pointer. What are function pointers in C?
Write a code of a general series where the next element is the sum of last k terms.
What is the use of putchar function?
what are bit fields in c?
What is the difference between test design and test case design?
How can I discover how many arguments a function was actually called with?
can any one please explain, how can i access hard disk(physical address)? it is possible by the use of far,near or huge pointer? if yes then please explain......