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 cohesion in c?
if ENTERED FIVE DIGITS DESIGN A PROGRAM THAT WILL FIND CORRESPONDING VALUE FROM ASCII TABLE
in one file global variable int i; is declared as static. In another file it is extern int i=100; Is this valid ?
progrem to generate the following series 1 12 123 1234 12345
hOW Can I add character in to pointer array of characters char *a="indian"; ie I want to add google after indian in the char *a
Iam a B.Tech graduate and completed my engineering in 2009, from 2005 to 2009 and after that i had done nothing.Now i want to do job and get into BPO field . Friends give me suggestions as what to say in interview... if they ask me that what would you had done ... these many years without doing job ??????? pls urgent
What is getch() function?
What is the purpose of Scanf Print, getchar, putchar, function?
wap in c to accept a number display the total count of digit
I just typed in this program, and it is acting strangely. Can you see anything wrong with it?
what is different between auto and local static? why should we use local static?
what are the advanced features of functions a) function declaration and prototypes b) calling functions by value or by reference c) recursion d) all the above