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 a const pointer?
what is diffrence between linear and binary search in array respect to operators?what kind of operator can be used in both seach methods?
Can we use visual studio for c?
i want to know aptitude questions,technical questions
Can we assign integer value to char in c?
Why do we use main function?
How many data structures are there in c?
What is header file in c?
what is pointer ? what is the use of pointer?
write a c programming using command line argument,demonstrate set operation(eg;union,intersection,difference) example output is c:>setop 12 34 45 1 union 34 42 66 c:>setop 12 34 1 42 66 c:>setop 12 34 diff 12 56 67 78 setop 12 34
Which of the following operators is incorrect and why? ( >=, <=, <>, ==)
what is the difference between 123 and 0123 in c?