what is difference between array of characters and string
Answer Posted / satyaki paul
In an array,the characters are loosely bound while in a
String ,the characters are comparatively tightly bound
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
What is difference between union All statement and Union?
How we can insert comments in a c program?
Write a code of a general series where the next element is the sum of last k terms.
Write an efficient algo and C code to shuffle a pack of cards.. this one was a feedback process until we came up with one with no extra storage.
Why is c fast?
Explain what is a stream?
When can a far pointer be used?
plz let me know how to become a telecom protocol tester. thank you.
When should the const modifier be used?
What is meant by int main ()?
What are the different types of linkage exist in c?
What are runtime error?
Explain the ternary tree?
What are the types of variables in c?
in multiple branching construct "default" case is a) optional b) compulsarily c) it is not include in this construct d) none of the above