what is difference between array of characters and string
Answer Posted / nag
Character array consist of group of characters, and static one
char a[10] means 9 are for using purpose and one is null
In case of string null is taken as default and is taken into
double quotes
String s="string";
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
What is the use of c language in real life?
Is a house a mass structure?
What is the explanation for the dangling pointer in c?
how can use subset in c program and give more example
What is difference between %d and %i in c?
What is the role of this pointer?
Is this program statement valid? INT = 10.50;
using only #include
How do you write a program which produces its own source code as output?
What is assert and when would I use it?
What is the difference between %d and %i?
What is the best way to store flag values in a program?
What are pointers? Why are they used?
What is time null in c?
Describe the steps to insert data into a singly linked list.