what is difference between array and structure?

Answers were Sorted based on User's Feedback



what is difference between array and structure? ..

Answer / sushil

structure: structure is a collection of variable, reference
under convinent mean of keeping related information.

Is This Answer Correct ?    7 Yes 17 No

what is difference between array and structure? ..

Answer / rajprasadmaity

chaining and open addressing in hash table ?

Is This Answer Correct ?    53 Yes 75 No

what is difference between array and structure? ..

Answer / ankur

array starts from a

and structure means 36-24-36

most significant diffrence

Is This Answer Correct ?    14 Yes 54 No

what is difference between array and structure? ..

Answer / hfghfgh

Array is Spelled Array

While Structure is spelled Structure.

Is This Answer Correct ?    19 Yes 75 No

Post New Answer

More C Interview Questions

Write a program that takes a 5 digit number and calculates 2 power that number and prints it.

5 Answers   TCS, Vimukti Technologies,


what is the value of b if a=5; b=++a + ++a

31 Answers   Infosys, TCS, Tech Mahindra,


How do you determine the length of a string value that was stored in a variable?

0 Answers  


What is the difference between fread buffer() and fwrite buffer()?

0 Answers  


how c source file in converted to exe file

5 Answers   KPIT,






What is scanf_s in c?

0 Answers  


i want to have a program to read a string and print the frequency of each character and it should work in turbo c

3 Answers   Persistent, Wipro,


Explain a pre-processor and its advantages.

0 Answers  


what will be the result of the following program ? char *gxxx() { static char xxx[1024]; return xxx; } main() { char *g="string"; strcpy(gxxx(),g); g = gxxx(); strcpy(g,"oldstring"); printf("The string is : %s",gxxx()); } a) The string is : string b) The string is :Oldstring c) Run time error/Core dump d) Syntax error during compilation e) None of these

2 Answers   IBM,


In C language, a variable name cannot contain?

0 Answers  


What is #define in c?

0 Answers  


What is printf () in c?

0 Answers  


Categories