what is difference between array of characters and string

Answer Posted / vijay

we can store set of names in string.but can only store set
of characters in array

Is This Answer Correct ?    77 Yes 55 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

List a few unconditional control statement in c.

557


What is the code in while loop that returns the output of given code?

1305


What is difference between main and void main?

624


Hello. How to write a C program to check and display president party like if i type in the console "biden" and hit enter the output shoud be : "biden is democrat" and if i type "trump" and hit enter the output shoud be: "trump is republican"

1580


What is the difference between typedef struct and struct?

594






What is the symbol indicated the c-preprocessor?

692


What is a pointer value and address in c?

630


What is a double c?

588


Explain the difference between malloc() and calloc() function?

596


Can we change the value of #define in c?

582


write a program to convert a expression in polish notation(postfix) to inline(normal) something like make 723+* (2+3) x 7 (not sure) just check out its mainly printing expression in postfix form to infix.

2264


What is array of structure in c?

594


How can I display a percentage-done indication that updates itself in place, or show one of those twirling baton progress indicators?

573


What is static volatile in c?

572


What is table lookup in c?

624