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 are the applications of c language?
What is a stream?
Hi how many types of software editions are there and their difference (like home editions, enterprise, standard etc) can u please help me
What is a file descriptor in c?
What are pointers in C? Give an example where to illustrate their significance.
What is the function of multilevel pointer in c?
What is 2 d array in c?
Using functions, write a program that multiplies two arrays. Use the following functions: - Function ReadArray - Function MultiplyArrays - Function DisplayArrays
How macro execution is faster than function ?
What is openmp in c?
Is fortran still used today?
Do you know the use of 'auto' keyword?
What is variable declaration and definition in c?
How can I convert a number to a string?
What is cohesion and coupling in c?