what is difference between array of characters and string
Answer Posted / rayees ahmad
we can stoore set of names in string,but can store only
charcter's in array
| Is This Answer Correct ? | 10 Yes | 36 No |
Post New Answer View All Answers
int far *near * p; means
How can you increase the allowable number of simultaneously open files?
How would you obtain the current time and difference between two times?
What are variables c?
What are the general description for loop statement and available loop types in c?
What are pointers? What are different types of pointers?
write a program in c language to print your bio-data on the screen by using functions.
Can you apply link and association interchangeably?
How can my program discover the complete pathname to the executable from which it was invoked?
What is time null in c?
What is string constants?
What is default value of global variable in c?
Explain the difference between malloc() and calloc() in c?
What is a union?
Why do we use & in c?