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

Tell me when would you use a pointer to a function?

816


Explain void pointer?

792


illustrate the use of address operator and dereferencing operator with the help of a program guys plzzz help for this question

1840


What are derived data types in c?

806


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

781


what are the 10 different models of writing an addition program in C language?

1661


A program is required to print your biographic information including: Names, gender, student Number, Cell Number, line of study and your residential address.

1469


Which is not valid in C a) class aClass{public:int x;}; b) /* A comment */ c) char x=12;

840


Explain how do you print only part of a string?

925


What is meant by preprocessor in c?

736


process by which one bit patten in to another by bit wise operation is? (a) masking, (b) pruning, (c) biting, (d) chopping,

2156


can any one please explain, how can i access hard disk(physical address)? it is possible by the use of far,near or huge pointer? if yes then please explain......

1627


Implement bit Array in C.

883


Define and explain about ! Operator?

785


Write a C/C++ program that connects to a MySQL server and checks if the InnoDB plug-in is installed on it. If so, your program should print the maximum number of concurrent threads that the InnoDB plug-in can create.

1710