difference between string and array?

Answer Posted / manju

string: its an array of any number of characters:

array:"its an collection of similar data items"-in the sense
ats collection of not only charecters even we can store
numbers.....

Is This Answer Correct ?    11 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain how do you print an address?

909


What are the features of the c language?

851


can anyone suggest some site name..where i can get some good data structure puzzles???

1854


Why do we use pointer to pointer in c?

815


Why does everyone say not to use gets?

811


When is a “switch” statement preferable over an “if” statement?

874


Explain the priority queues?

846


To print the pattern 1 2 3 4 5 10 17 18 19 6 15 24 25 20 7 14 23 22 21 8 13 12 11 10 9

2438


a formula,a series of steps,or well defined set of rules for solving a problem a) algorithem b) program c) erdiagram d) compiler

855


What is a sequential access file?

872


Why can’t constant values be used to define an array’s initial size?

1112


Where in memory are my variables stored?

855


Do pointers need to be initialized?

816


What are loops c?

810


Linked list is a Linear or non linear explain if linear how it working as a non linear data structures

1964