Efficient data structure for store/search list of 1000 records
a)array b)double linked list c)circular queue d)hash table
Answers were Sorted based on User's Feedback
WHAT IS RTGS N MINIMUM AMT TO B TRANSFERD N WHAT R THE CHARGES ON MINIMUM AMT N IN WHICH BANK WE CAN DO IT?
What do you mean by dynamic memory allocation in c? What functions are used?
What is the benefit of using an enum rather than a #define constant?
What are multidimensional arrays?
Where register variables are stored in c?
Explain Linker and Loader
What is variable and explain rules to declare variable in c?
Why is #define used?
what is the similarities between. system call and library function?
main() {int a=200*200/100; printf("%d",a); }
Explain what is wrong with this program statement?
How do I use strcmp?