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
Can a pointer be null?
What is difference between && and & in c?
What is "Hungarian Notation"?
How would you use the functions fseek(), freed(), fwrite() and ftell()?
What is c language in simple words?
what is the diffrenet bettwen HTTP and internet protocol
Which operators cannot be overloaded a) Sizeof b) .* c) :: d) all of the above
Declare the structure which contains the following members and write in C list of all students who score more than 75 marks. Roll No, Name, Father Name, Age, City, Marks.
Is there anything like an ifdef for typedefs?
What are the two forms of #include directive?
Explain is it better to bitshift a value than to multiply by 2?
Do you have any idea how to compare array with pointer in c?
What are variables c?
How macro execution is faster than function ?
How do I get a null pointer in my programs?