what is difference between array and structure?
Answer Posted / ajeet
Array is the collection of homogeneous data elements
whereas Structure is the collection of heterogeneous
data types elements.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What is local and global variable in c?
Differentiate between #include<...> and #include '...'
What is return in c programming?
What extern c means?
Explain is it better to bitshift a value than to multiply by 2?
Describe explain how arrays can be passed to a user defined function
How do you use a 'Local Block'?
how do you execute a c program in unix.
Is null always defined as 0(zero)?
What are control structures? What are the different types?
Why main is not a keyword in c?
Can static variables be declared in a header file?
What is c++ used for today?
What is spaghetti programming?
Write a program to display all the prime nos from 1 to 1000000, your code should not take time more than a minute to display all the nos.