what is difference between array and structure?

Answer Posted / chinmayee

array is a homogenous data types.
structure is a user defined data types...

Is This Answer Correct ?    26 Yes 9 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is null pointer in c?

582


What is the use of static variable in c?

587


How many levels of pointers can you have?

694


What is an array? What the different types of arrays in c?

647


Why c is called top down?

615






What is a rvalue?

738


How can a string be converted to a number?

504


Can the sizeof operator be used to tell the size of an array passed to a function?

608


What is spark map function?

571


Combinations of fibanocci prime series

1101


How to get string length of given string in c?

598


How will you write a code for accessing the length of an array without assigning it to another variable?

607


7-Given an index k, return the kth row of the Pascal's triangle. For example, when k = 3, the row is [1,3,3,1]. For reference look at the following standard pascal’s triangle.

2210


What is restrict keyword in c?

631


What does node * mean?

700