what is difference between array and structure?
Answer Posted / rajesh
array -same data type
structure -diff datatype
| Is This Answer Correct ? | 630 Yes | 51 No |
Post New Answer View All Answers
What is wrong with this statement? Myname = 'robin';
How can I remove the leading spaces from a string?
Write a code to generate a series where the next element is the sum of last k terms.
What functions are used for dynamic memory allocation in c language?
What 'lex' does?
What is an expression?
Can a variable be both const and volatile?
Can you assign a different address to an array tag?
What is variables in c?
Explain what is the difference between a free-standing and a hosted environment?
Why we use stdio h in c?
Why should I prototype a function?
If the size of int data type is two bytes, what is the range of signed int data type?
Can 'this' pointer by used in the constructor?
How can I discover how many arguments a function was actually called with?