what is difference between array and structure?
Answer Posted / tsering dolma
array is collection of same data.
structure is collection of hetogenous data
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
If a variable is a pointer to a structure, then which operator is used to access data members of the structure through the pointer variable?
What does *p++ do?
What are the salient features of c languages?
By using C language input a date into it and if it is right?
How to establish connection with oracle database software from c language?
If errno contains a nonzero number, is there an error?
When should I declare a function?
Why double pointer is used in c?
Which is better malloc or calloc?
Write a program to know whether the input number is an armstrong number.
What does nil mean in c?
What is the use of ?: Operator?
Do character constants represent numerical values?
Who is the founder of c language?
What is the difference between pure virtual function and virtual function?