Efficient data structure for store/search list of 1000 records
a)array b)double linked list c)circular queue d)hash table
Answer Posted / kala sri
hash table
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
can any one tel me wt is the question pattern for NIC exam
Explain what are global variables and explain how do you declare them?
Who developed c language and when?
How would you use the functions fseek(), freed(), fwrite() and ftell()?
How do you print an address?
a character or group of characters that defines a register,or a part of storage a) memory b) byte c) address d) linear list
What are dangling pointers in c?
a) Identify the following declarations. Ex. int i (integer variable) float a[l0](array of 10 real nos) int (*f())() void *f int (*f()) [] void *f int f[] [] [] char *(*f) () int (*f[]) [] float(*f) [] [] float **f int ******f
Explain what is the benefit of using #define to declare a constant?
What is a void pointer? When is a void pointer used?
Differentiate between null and void pointers.
What is a sequential access file?
How do you search data in a data file using random access method?
Explain argument and its types.
Explain how does flowchart help in writing a program?