Efficient data structure for store/search list of 1000 records
a)array b)double linked list c)circular queue d)hash table
Answer Posted / aeini
a array
| Is This Answer Correct ? | 18 Yes | 7 No |
Post New Answer View All Answers
What do you mean by invalid pointer arithmetic?
Explain what is meant by 'bit masking'?
Why is python slower than c?
Are the variables argc and argv are always local to main?
What is keyword with example?
What is an arrays?
Explain what are bus errors, memory faults, and core dumps?
Explain what is a static function?
What is the difference between variable declaration and variable definition in c?
What is getche() function?
Simplify the program segment if X = B then C ← true else C ← false
Write a client and server program in C language using UDP, where client program interact with the Server as given below: i) The client begins by sending a request to send a string of 8 characters or series of 7 numbers, the server sends back a characters or numbers as per the request of the client. ii) In case of series of 7 numbers: The client sends a multiplication of numbers, to the server. iii) In case of a string of 8 characters: The client sends a reverse order of string to the server.. iv) Server will send an acknowledgment to the client after receiving the correct answer
How do shell structures work?
What are run-time errors?
Hi can anyone tell what is a start up code?