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
What do you mean by Recursion Function?
What is structure of c program?
How to establish connection with oracle database software from c language?
Are there constructors in c?
How can I make sure that my program is the only one accessing a file?
Write a progarm to find the length of string using switch case?
What functions are used in dynamic memory allocation in c?
Is c high or low level?
Add Two Numbers Without Using the Addition Operator
How is actual parameter different from the formal parameter?
What is the use of #include in c?
Explain is it better to bitshift a value than to multiply by 2?
What are the features of c language?
What is the difference between exit() and _exit() function in c?
What is the function of this pointer?