IS STRUCTURES CAN BE USED WITHIN AN ARRAY?
Answer Posted / e-mail
yes. structures can be used within an array. variables are
declared in an arrays in structures.
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
What are the different types of control structures?
How to delete a node from linked list w/o using collectons?
can any one please explain, how can i access hard disk(physical address)? it is possible by the use of far,near or huge pointer? if yes then please explain......
What is %lu in c?
What is the process to generate random numbers in c programming language?
Explain is it valid to address one element beyond the end of an array?
the question is that what you have been doing all these periods (one year gap)
What is the advantage of a random access file?
What are actual arguments?
What are pointers? What are different types of pointers?
How can you restore a redirected standard stream?
Explain pointers in c programming?
a single linked list consists of nodes a to z .print the nodes in reverse order from z to a using recursion
What is wrong with this initialization?
Describe how arrays can be passed to a user defined function