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
please explain clearly about execution of c program in detail,in which stage are the printf sacnf getting into exeecutable code
What is the use of clrscr?
What are the valid places to have keyword “break”?
Explain the concept and use of type void.
What are qualifiers in c?
What is the function of multilevel pointer in c?
Explain how do I determine whether a character is numeric, alphabetic, and so on?
What is meant by type casting?
What is pivot in c?
What is a 'null pointer assignment' error?
How do I get a null pointer in my programs?
How can you find the day of the week given the date?
differentiate built-in functions and user – defined functions.
What is the difference between typedef and #define?
What is the difference between variable declaration and variable definition in c?