Efficient data structure for store/search list of 1000 records
a)array b)double linked list c)circular queue d)hash table
Answer Posted / prasad
array
| Is This Answer Correct ? | 4 Yes | 2 No |
Post New Answer View All Answers
Write a code to generate a series where the next element is the sum of last k terms.
Why do we need arrays in c?
Explain what is a static function?
What is the use of putchar function?
please explain clearly about execution of c program in detail,in which stage are the printf sacnf getting into exeecutable code
What is type qualifiers?
What are bitwise shift operators in c programming?
Explain enumerated types.
Is register a keyword in c?
What is an expression?
What is a substring in c?
Explain what are global variables and explain how do you declare them?
What is the difference between text files and binary files?
What does static variable mean in c?
What is the general form of a C program?