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 #define?
What is getche() function?
What is the description for syntax errors?
What does %p mean c?
What is wrong with this statement? Myname = 'robin';
Who developed c language?
Hi can anyone tell what is a start up code?
How can you find the day of the week given the date?
what is the difference between north western polytechnique university and your applied colleges?? please give ur answers for this. :)
What is linear search?
Why do we use c for the speed of light?
How does #define work?
What are disadvantages of C language.
Write a program to generate random numbers in c?
A c program to display count values from 0 to 100 and flash each digit for a secong.reset the counter after it reaches 100.use for loop,. pls guys hepl me.. :(