What is the difference between Strings and Arrays?

Showing Answers 1 - 2 of 2 Answers

raj

  • Apr 26th, 2006
 

Strings always ends with a NULL (\0) character but not array

  Was this answer useful?  Yes

KishoreKNP

  • Dec 4th, 2009
 

String is nothing but charatcer array, There are some special featues(functions like strupr, strlen etc) available  for strings as compared with Arrays.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions