what is difference between array and structure?
Answer Posted / shruti
Array is a base pointer..
** it points to a particular memory location..
Structure is not a pointer..
| Is This Answer Correct ? | 209 Yes | 50 No |
Post New Answer View All Answers
What is c language and why we use it?
Explain the difference between malloc() and calloc() function?
When should a type cast be used?
What is c preprocessor mean?
What are enumerated types?
Write an efficient algo and C code to shuffle a pack of cards.. this one was a feedback process until we came up with one with no extra storage.
I have a varargs function which accepts a float parameter?
the question is that what you have been doing all these periods (one year gap)
Explain what are reserved words?
A collection of data with a given structure for excepting storing and providing on demand data for multiple users a) linked list b) datastructer c) database d) preprocessor
What is the difference between declaring a variable and defining a variable?
Is there a way to have non-constant case labels (i.e. Ranges or arbitrary expressions)?
How can I open files mentioned on the command line, and parse option flags?
What is return type in c?
Explain what does a function declared as pascal do differently?