what is difference between array and structure?

Answer Posted / kalyani joshi

array has indexed data type.
data type of structure is object type.

Is This Answer Correct ?    86 Yes 28 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is #line used for?

578


How is a null pointer different from a dangling pointer?

555


How do I swap bytes?

628


When should you not use a type cast?

657


How do you determine whether to use a stream function or a low-level function?

647






how to construct a simulator keeping the logical boolean gates in c

1726


Are there constructors in c?

593


what is the significance of static storage class specifier?

1661


Where in memory are my variables stored?

635


Write an efficient algo and C code to shuffle a pack of cards.. this one was a feedback process until we came up with one with no extra storage.

660


What are the different types of objects used in c?

573


main(){char *str;scanf("%s",str);printf("%s",str); }The error in the above program is: a) Variable 'str' is not initialised b) Format control for a string is not %s c) Parameter to scanf is passed by value. It should be an address d) none

726


What is actual argument?

589


What are the difference between a free-standing and a hosted environment?

743


What are run-time errors?

600