what is difference between array and structure?
Answers were Sorted based on User's Feedback
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 |
Answer / rajprasadmaity
chaining and open addressing in hash table ?
| Is This Answer Correct ? | 53 Yes | 75 No |
Answer / ankur
array starts from a
and structure means 36-24-36
most significant diffrence
| Is This Answer Correct ? | 14 Yes | 54 No |
Answer / hfghfgh
Array is Spelled Array
While Structure is spelled Structure.
| Is This Answer Correct ? | 19 Yes | 75 No |
what is an ERP?
struct ptr { int a; char b; int *p; }abc; what is d sizeof structure without using "sizeof" operator??
How do you initialize function pointers? Give an example?
What is switch in c?
Function shall sum members of given one-dimensional array. However, it should sum only members whose number of ones in the binary representation is higher than defined threshold (e.g. if the threshold is 4, number 255 will be counted and 15 will not) - The array length is arbitrary - output the results to the stdout
Is python a c language?
What are the different file extensions involved when programming in C?
What is difference between array and pointer in c?
What are the modifiers available in c programming language?
main() { float f1=10.5; double db1=10.5 if(f1==db1) printf("a"); else printf("b") }
What are the phases in s/w developed life cycle? wat is the diff b/w stack & queue...where do we use stack
What is the use of a semicolon (;) at the end of every program statement?