what is difference between array and structure?
Answer Posted / kunal
array is scope of variable
structure is a scope of data type
| Is This Answer Correct ? | 12 Yes | 6 No |
Post New Answer View All Answers
What does stand for?
Define and explain about ! Operator?
Which is the best website to learn c programming?
What does printf does?
What is the maximum length of an identifier?
Can I initialize unions?
Explain heap and queue.
What are pointers? What are stacks and queues?
List the difference between a "copy constructor" and a "assignment operator"?
Can you please explain the difference between strcpy() and memcpy() function?
What does double pointer mean in c?
What is meant by type specifiers?
Give me the code of in-order recursive and non-recursive.
When should the volatile modifier be used?
What is character constants?