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
PLS U SENS ME INTERVIEW O. MY EMAIL ADD, SOFIYA.SINGH@GMAIL.COM
What is use of pointer?
When do you not use the keyword 'return' when defining a function a) Always b) Never c) When the function returns void d) dfd
What is the purpose of type declarations?
What is the use of header files?
What is c programming structure?
How do you search data in a data file using random access method?
what is a NULL Pointer? Whether it is same as an uninitialized pointer?
I was asked to write a program in c which when executed displays how many no.of clients are connected to the server.
What is the difference between arrays and pointers?
What does char * * argv mean in c?
How can I get random integers in a certain range?
Can you explain the four storage classes in C?
How to explain the final year project as a fresher please answer with sample project
Can you write a programmer for FACTORIAL using recursion?