what is difference between array and structure?
Answer Posted / reema
ARRAY:- An array can't have bit fields.
STRUCTURE:- Structure can contain bit fields.
| Is This Answer Correct ? | 82 Yes | 22 No |
Post New Answer View All Answers
What is a constant and types of constants in c?
Is c still relevant?
Can the “if” function be used in comparing strings?
How is a structure member accessed?
Can we access array using pointer in c language?
how to build a exercise findig min number of e heap with list imlemented?
Why do we use int main?
What are the header files used in c language?
Here is a good puzzle: how do you write a program which produces its own source code as output?
Explain the array representation of a binary tree in C.
Write a progarm to find the length of string using switch case?
Explain what is the difference between a string copy (strcpy) and a memory copy (memcpy)? When should each be used?
Is c call by value?
Can we declare function inside main?
HOW TO SOLVE A NUMERICAL OF LRU IN OS ??????