what is difference between array and structure?
Answer Posted / bavithra
Array:Derived datatype
Structure:User defined datatype
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Is r written in c?
Why pointers are used in c?
Are there any problems with performing mathematical operations on different variable types?
What is the size of enum in c?
What are bitwise shift operators in c programming?
How will you divide two numbers in a MACRO?
Where in memory are my variables stored?
What are the different types of control structures?
What is a macro?
Write a program to generate the Fibinocci Series
What is the use of typedef in structure in c?
Describe newline escape sequence with a sample program?
What is the difference between local variable and global variable in c?
What are the advantages of using Unions?
Why shouldn’t I start variable names with underscores?