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
In which header file is the null macro defined?
What does void main () mean?
Explain what are the different data types in c?
Write a Program to find whether the given number or string is palindrome.
Can 'this' pointer by used in the constructor?
Differentiate abs() function from fabs() function.
about c language
Write a program to input the price of 1 burger and the number of burgers eaten by a group of friends .print the total amount to be paid by the group?
Is register a keyword in c?
Difference between malloc() and calloc() function?
Do you know what are bitwise shift operators in c programming?
What is meant by preprocessor in c?
what is the role you expect in software industry?
What are global variables and explain how do you declare them?
What are enumerated types?