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 are the program that using a two dimensional array that list the odd numbers and even numbers separately in a given 10 inputs values
Explain continue keyword in c
how to build a exercise findig min number of e heap with list imlemented?
define string ?
How is a macro different from a function?
What is the correct declaration of main?
Explain the use of bit fieild.
What do you mean by keywords in c?
When c language was developed?
List the difference between a "copy constructor" and a "assignment operator"?
What is the difference between a string and an array?
Difference between pass by reference and pass by value?
Is there a way to compare two structure variables?
What is function pointer c?
what value is returned to operating system after program execution?