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
What are dangling pointers in c?
Can include files be nested? How many levels deep can include files be nested?
What is the use of clrscr?
How would you obtain the current time and difference between two times?
Explain the properties of union. What is the size of a union variable
Explain do array subscripts always start with zero?
ATM machine and railway reservation class/object diagram
What is the difference between a string and an array?
There seem to be a few missing operators ..
What is typedef struct in c?
What does %2f mean in c?
Write a function which takes as parameters one regular expression(only ? and * are the special characters) and a string and returns whether the string matched the regular expression.
What is fflush() function?
cin.ignore(80, _ _);This statement a) ignores all input b) ignores the first 80 characters in the input c) ignores all input till end-of-line d) iteration
List the variables are used for writing doubly linked list program.