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
Differentiate call by value and call by reference?
Which are low level languages?
how could explain about job profile
Why main is not a keyword in c?
How can I implement a delay, or time a users response, with sub-second resolution?
Which is not valid in C a) class aClass{public:int x;}; b) /* A comment */ c) char x=12;
what are the facialities provided by you after the selection of the student.
Is it possible to execute code even after the program exits the main() function?
Is there a way to compare two structure variables?
What is const keyword in c?
Explain about block scope in c?
How do you redirect a standard stream?
will u please send me the placement papers to my mail???????????????????
write a sorting prgm to sort 50 nos and sum them and also remove all the occurrences of 15 and print it?
How was c created?