Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

difference between string and array?

Answer Posted / paramesh

a string is collection of characters but an array is
collection of similar data types

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

C program execution always begins with a) #include b) comment (/*-------*/) c) main() d) declaration instructions

1010


How do I send escape sequences to control a terminal or other device?

1023


how we can make 3d venturing graphics on outer interface

4743


Discuss the function of conditional operator, size of operator and comma operator with examples.

1114


What are the types of macro formats?

1068


what is the height of tree if leaf node is at level 3. please explain

2102


What are the different categories of functions in c?

1096


Is c easy to learn?

946


Is c++ based on c?

1032


Why is structure important for a child?

1054


find the output? void r(int a[],int c, int n) { if(c>n) { a[c]=a[c]+c; r(a,++c,n); r(a,++c,n); } } int main() { int i,a[5]={0}; r(a,0,5); for(i=0;i<5;i++) printf("\n %d",a[i]); getch(); }

2275


How does normalization of huge pointer works?

1110


What is the correct code to have following output in c using nested for loop?

1034


Explain what is the concatenation operator?

1117


What is I ++ in c programming?

1072