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 main return c?
What does %p mean?
What is formal argument?
Explain what is the best way to comment out a section of code that contains comments?
What is a macro?
Explain the Difference between the New and Malloc keyword.
Can a local variable be volatile in c?
How do you view the path?
Write a program which returns the first non repetitive character in the string?
When should we use pointers in a c program?
.main() { char *p = "hello world!"; p[0] = 'H'; printf("%s",p); }
Which driver is a pure java driver
Why is c called "mother" language?
What is the use of getchar functions?
What is #include stdio h?