What is the difference b/w Structure & Array?

Answer Posted / ashu_deepu

structure can hold different types of data as well as
functions.each member are referenced by .(dot) operator.

but array hold similar type of data type.we just use index
to accesss each element of the array.

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the salient features of c languages?

717


What are qualifiers in c?

656


Explain what are multibyte characters?

715


What is a null pointer in c?

703


Can you return null in c?

714






What is the use of void pointer and null pointer in c language?

720


What is double pointer?

650


Write a program to swap two numbers without using third variable?

917


What is context in c?

637


What are the 4 types of unions?

703


What is the difference between far and near in c?

692


Is c procedural or functional?

680


what is the syallabus of computer science students in group- 1?

1928


How do we open a binary file in Read/Write mode in C?

802


When should I declare a function?

725