Answer Posted / gnaneshwar
In the C programming language a string is actually the same as an array of characters. The last character in a C string is a zero byte which indicates the end of the string.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
How can I make it pause before closing the program output window?
plz let me know how to become a telecom protocol tester. thank you.
Why is not a pointer null after calling free? How unsafe is it to use (assign, compare) a pointer value after it is been freed?
How can you increase the allowable number of simultaneously open files?
What are 'near' and 'far' pointers?
How can you increase the size of a dynamically allocated array?
What is a scope resolution operator in c?
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......
What is the use of volatile?
Is javascript written in c?
What is the mean of function?
Explain what is the difference between a string and an array?
What is the advantage of c?
How can you access memory located at a certain address?
What does #pragma once mean?