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

What is a ternary operator in c?

654


What is break in c?

587


typedef struct{ char *; nodeptr next; } * nodeptr ; What does nodeptr stand for?

1076


How many types of errors are there in c language? Explain

573


Can the curly brackets { } be used to enclose a single line of code?

715






How do you use a 'Local Block'?

725


Are pointers integers in c?

612


What is static memory allocation? Explain

632


What is static memory allocation?

609


What is volatile variable how do you declare it?

566


What do you mean by dynamic memory allocation in c? What functions are used?

657


What is console in c language?

611


c program to compute AREA under integral

1811


What is an endless loop?

804


How can I insert or delete a line (or record) in the middle of a file?

575