what is difference between array of characters and string
Answer Posted / aqi khyber
a character is a single letter,numeral,or punctuation mark,
or other such symbol or special character while a string is
any sequence of all these different types of characters..
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How can I write data files which can be read on other machines with different word size, byte order, or floating point formats?
write a program to print the consecutive repeated character from the given string... input string is : hhhhjkutskkkkkggggj output should be like this: hhhhkkkkkgggg anyone help me...
What is sizeof int in c?
Why use int main instead of void main?
Explain what is meant by high-order and low-order bytes?
What is the sizeof () a pointer?
Write a program to check armstrong number in c?
How can you read a directory in a C program?
Can you please explain the scope of static variables?
What is pragma c?
What is difference between structure and union with example?
Explain what are linked list?
What is a null pointer in c?
What are variables c?
What is the g value paradox?