what is difference between array of characters and string

Answer Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain how do you override a defined macro?

590


which is conditional construct a) if statement b) switch statement c) while/for d) goto

741


What is the difference between ++a and a++?

699


What is structure in c definition?

577


What are the types of variables in c?

582






What is #line in c?

565


What is a program flowchart?

609


State the difference between realloc and free.

641


Write a program to produce the following output: 1 2 3 4 5 6 7 8 9 10

15056


What are header files in c?

620


What is unary operator?

662


What's the right way to use errno?

628


Is it cc or c in a letter?

572


WRITE A PROGRAM TO MERGE TWO SORTED ARRAY USING MERGE SORT TECHNIQUE..

1601


Write a program to know whether the input number is an armstrong number.

675