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
difference between Low, Middle, High Level languages in c ?
What is table lookup in c?
Is this program statement valid? INT = 10.50;
What is difference between function overloading and operator overloading?
Why do we need arrays in c?
Can you please explain the difference between strcpy() and memcpy() function?
What does %c do in c?
Explain why C language is procedural?
What does calloc stand for?
What is int main () in c?
write a program to reverse a every alternetive words in a string in a place. EX: Input is "this is the line of text" Output should be "shit is eht line fo text" Please any one tell me code for that.
Explain function?
What is abstract data structure in c?
What is the use of #include in c?
What is the advantage of c?