what is difference between array and structure?
Answer Posted / guest
array is a collection of similar data types.a structure is
a collection of different data types
| Is This Answer Correct ? | 27 Yes | 1 No |
Post New Answer View All Answers
What is variables in c?
How can you increase the size of a statically allocated array?
Explain how can you tell whether a program was compiled using c versus c++?
Can 'this' pointer by used in the constructor?
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.
Is null valid for pointers to functions?
Compare array data type to pointer data type
What is an auto variable in c?
write a c program in such a way that if we enter the today date the output should be next day's date.
How can I read/write structures from/to data files?
How a string is stored in c?
Write a program to generate random numbers in c?
Explain with the aid of an example why arrays of structures don’t provide an efficient representation when it comes to adding and deleting records internal to the array.
What is the use of a conditional inclusion statement in C?
When I set a float variable to, say, 3.1, why is printf printing it as 3.0999999?