what is difference between array and structure?
Answer Posted / priya
Array have same data type and static memory allocation....
Structure have different data type and dynamic memory
allocation
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
On most computers additional memory that is accessed through an adapter of feature card along with a device driver program. a) user memory b) conventional memory c) expandedmemory d) area
What is pointer & why it is used?
What is switch in c?
Explain how do you list files in a directory?
Is calloc better than malloc?
What does malloc () calloc () realloc () free () do?
Explain how can a program be made to print the name of a source file where an error occurs?
What are global variables?
int far *near * p; means
any C program contains only one function, it must be a) void () b) main () c) message () d) abc ()
How many levels deep can include files be nested?
How can I manipulate individual bits?
What are loops in c?
What is a far pointer in c?
Explain what are reserved words?