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

a) Identify the following declarations. Ex. int i (integer variable) float a[l0](array of 10 real nos) int (*f())() void *f int (*f()) [] void *f int f[] [] [] char *(*f) () int (*f[]) [] float(*f) [] [] float **f int ******f

1596


What is NULL pointer?

684


what is the difference between 123 and 0123 in c?

733


What will be the outcome of the following conditional statement if the value of variable s is 10?

780


What does int main () mean?

560






Explain what is dynamic data structure?

658


What is the deal on sprintf_s return value?

653


What is non linear data structure in c?

586


Explain what are global variables and explain how do you declare them?

649


How can I check whether a file exists? I want to warn the user if a requested input file is missing.

664


What are the application of void data type in c?

756


What is the purpose of macro in C language?

675


How many parameters should a function have?

674


Write a program with dynamically allocation of variable.

615


What is string function in c?

547