difference between string and array?

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


Please Help Members By Posting Answers For Below Questions

Can we initialize extern variable in c?

641


Write a program to implement queue.

672


What is difference between && and & in c?

607


any limit on the number of functions that might be present in a C program a) max 35 functions b) max 50 functions c) no limit d) none of the above

636


WHAT IS THE DEFINATION OF IN TECHNOLOGY AND OFF TECHNOLOGY ?

1866






What is c definition?

754


In a switch statement, what will happen if a break statement is omitted?

610


Write a program on swapping (100, 50)

642


Is swift based on c?

647


What is a lvalue

668


#define f(g,h) g##h main O int i=0 int var=100 ; print f ("%d"f(var,10));} wat would be the output??

1547


write a program to display all prime numbers

1461


What is C language ?

1535


What is your stream meaning?

610


Explain how can you check to see whether a symbol is defined?

667