difference between string and array?

Answer Posted / guest

string is a sequence of characters where as array is
collections of differnt strings which are having same data type.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain high-order bytes.

670


How many identifiers are there in c?

571


Explain how can you tell whether a program was compiled using c versus c++?

569


What does the message "automatic aggregate intialization is an ansi feature" mean?

687


What are the features of c languages?

621






How many keywords are there in c?

584


What is the difference between single charater constant and string constant?

615


Explain goto?

705


What is p in text message?

530


write a program to input 10 strings and compare without using strcmp() function. If the character of one string matches with the characters of another string , sort them and make it a single string ??? example:- str1="Aakash" st2="Himanshu" str="Uday" output:- Aakashimanshuday (please post the answer as quickly as possible)

1617


What is zero based addressing?

703


Why do we use null pointer?

599


How many types of sorting are there in c?

600


What is the scope of an external variable in c?

562


What is the purpose of & in scanf?

588