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
Explain the difference between call by value and call by reference in c language?
the maximum length of a character constant can be a) 1 character b) 8 characters c) 256 chaacters d) 125 characters
What is structure in c definition?
Define macros.
Can we declare a function inside a function in c?
What should malloc() do? Return a null pointer or a pointer to 0 bytes?
What is the auto keyword good for?
what is the differnce between programing langauge and tool? is sas is a programing langauge r tool?
Explain what are multidimensional arrays?
Which is better malloc or calloc?
Is that possible to store 32768 in an int data type variable?
Write a C Program That Will Count The Number Of Even And Odd Integers In A Set using while loop
Explain how do you override a defined macro?
Explain void pointer?
Explain how can I avoid the abort, retry, fail messages?