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...


what is difference between array of characters and string

Answers were Sorted based on User's Feedback



what is difference between array of characters and string..

Answer / satyaki paul

In an array,the characters are loosely bound while in a
String ,the characters are comparatively tightly bound

Is This Answer Correct ?    1 Yes 1 No

what is difference between array of characters and string..

Answer / aqi khyber

a character is a single letter,numeral,or punctuation mark,
or other such symbol or special character while a string is
any sequence of all these different types of characters..

Is This Answer Correct ?    0 Yes 0 No

what is difference between array of characters and string..

Answer / afaquie ahmed siddiqui

in case character array,each character is located at
contiguous memory location,we can not print them just by the
name.we have to apply some loop opration.
BUT in case of string,a BLOCK of memory is assign to whole
string,we can print them just by string name with %s.
like...
printf("%s",name of string);

Is This Answer Correct ?    0 Yes 0 No

what is difference between array of characters and string..

Answer / ankur

Character Array is like an array of datatype character.
For e.g.

char ch[10];

string is an object of class String in standard C++ library
which may be implemented for storing characters at low
level.

Is This Answer Correct ?    2 Yes 3 No

what is difference between array of characters and string..

Answer / ashish pandey

String is a group of character and it is used double
quatation(""), but array of stringis used single
quatation('').

Is This Answer Correct ?    1 Yes 10 No

what is difference between array of characters and string..

Answer / revathy

In terms of C language,
string is nothing but the array of characters.
char a[10] is nothing but a string with 9 characters and a
null..

Is This Answer Correct ?    15 Yes 34 No

what is difference between array of characters and string..

Answer / varsha vilas kalebag

aaray is nothing but set of data type
string is nothing but group of character

Is This Answer Correct ?    34 Yes 55 No

what is difference between array of characters and string..

Answer / rayees ahmad

we can stoore set of names in string,but can store only
charcter's in array

Is This Answer Correct ?    10 Yes 36 No

Post New Answer

More C Interview Questions

What is table lookup in c?

0 Answers  


FILE PROGRAMMING

0 Answers   Wipro,


Write a program on swapping (100, 50)

0 Answers   BPL,


Write a program to accept a character & display its corrosponding ASCII value & vice versa?

9 Answers  


change to postfix a/(b+c*d-e)

8 Answers   Value Labs,


To what value are pointers initialized? 1) NULL 2) Newly allocated memory 3) No action is taken by the compiler to initialize pointers.

4 Answers   Aricent,


How to add two numbers without using arithmetic operators?

18 Answers   College School Exams Tests, e track, Infosys, Pan Parag, Sapient, TCS,


Do you know what are the properties of union in c?

0 Answers  


How do you view the path?

0 Answers  


What is a pointer on a pointer in c programming language?

0 Answers  


1.what are local and global variables? 2.what is the scope of static variables? 3.what is the difference between static and global variables? 4.what are volatile variables? 5.what is the use of 'auto' keyword? 6.how do we make a global variable accessible across files? Explain the extern keyword? 7.what is a function prototype? 8.what does keyword 'extern' mean in a function declaration?

0 Answers  


What is string in c language?

0 Answers  


Categories