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
Describe the difference between = and == symbols in c programming?
Differentiate between calloc and malloc.
What are the different types of data structures in c?
how to solve "unable to open stdio.h and conio.h header files in windows 7 by using Dos-box software
Explain how can I read and write comma-delimited text?
What is property type c?
How do you use a pointer to a function?
How pointer is different from array?
What are enums in c?
how should functions be apportioned among source files?
What is structure and union in c?
What is static and volatile in c?
WHAT IS THE DEFINATION OF IN TECHNOLOGY AND OFF TECHNOLOGY ?
What is the scope of static variable in c?
What are the differences between new and malloc in C?