Answer Posted / sonu
string:string is a collection of similar datatype,like
"sneha".
array:an array is a collection of different datatype,like
a[10].we can store charactor value as well as integer.
| Is This Answer Correct ? | 5 Yes | 7 No |
Post New Answer View All Answers
What does a function declared as pascal do differently?
which of the following shows the correct hierarchy of arithmetic operations in C a) (), **, * or/,+ or - b) (),**,*,/,+,- c) (),**,/,*,+,- d) (),/ or *,- or +
Explain how do you convert strings to numbers in c?
What are volatile variables in c?
What is the difference between array and pointer in c?
Why #include is used in c language?
Tell me about low level programming languages.
How do you determine whether to use a stream function or a low-level function?
What happens if you free a pointer twice?
What is an array in c?
What is the difference between far and near in c?
Explain what is the difference between a string and an array?
explain what are actual arguments?
Are there any problems with performing mathematical operations on different variable types?
Is main a keyword in c?