what is difference between array of characters and string
Answer Posted / revathy
In terms of C language,
string is nothing but the array of characters.
char a[10] is nothing but a string with 9 characters and a
null..
| Is This Answer Correct ? | 15 Yes | 34 No |
Post New Answer View All Answers
what is the height of tree if leaf node is at level 3. please explain
What is difference between arrays and pointers?
What is function what are the types of function?
Difference between Shallow copy and Deep copy?
What is clrscr in c?
What are local variables c?
How can I find out if there are characters available for reading?
Why is c called c?
What are predefined functions in c?
What is return in c programming?
Is array name a pointer?
The process of repeatedly running a set of computer instructions until some condition is specifed a) condition b) sequential condition c) global d) iteration
How can you find out how much memory is available?
In C programming, what command or code can be used to determine if a number of odd or even?
How to write a program for machine which is connected with server for that server automatically wants to catch the time for user of that machine?