what is difference between array and structure?

Answer Posted / priya

Array is used to store large set of data with same data
type.But structure allows you to wrap one or more variables
with different data type.

Is This Answer Correct ?    11 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is c token?

597


how many key words availabel in c a) 28 b) 31 c) 32

621


What will the preprocessor do for a program?

574


Compare array data type to pointer data type

585


How does free() know explain how much memory to release?

603






What are the Advantages of using macro

671


Describe how arrays can be passed to a user defined function

763


Write a program to compute the similarity between two strings - The program should get the two strings as input - Then it will output one single number which is the percentage of similarity between the two strings

2234


process by which one bit patten in to another by bit wise operation is? (a) masking, (b) pruning, (c) biting, (d) chopping,

1872


What is variable initialization and why is it important?

607


how do you execute a c program in unix.

626


Why do we use c for the speed of light?

597


Explain how can I make sure that my program is the only one accessing a file?

606


Can we declare a function inside a function in c?

569


Can you write the algorithm for Queue?

1536