Is there any algorithm to search a string in link list in
the minimum time?(please do not suggest the usual method of
traversing the link list)


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

What is the easiest sorting method to use?

0 Answers  


What would happen to X in this expression: X += 15; (assuming the value of X is 5)

0 Answers  


Give a method to count the number of ones in a 32 bit number?

4 Answers  


What is clrscr in c?

0 Answers  


String concatenation

2 Answers  






dynamically allocate memory for linear array of n integers,store some elements in it and find some of them

1 Answers  


Write a program to add the following ¼+2/4+3/4+5/3+6/3+... (Like up to any 12 no.s)

1 Answers   HTC,


Explain what are run-time errors?

0 Answers  


what are the stages of compilation

1 Answers   Bosch,


Is register a keyword in c?

0 Answers  


What is the purpose of sprintf() function?

0 Answers  


Given below are three different ways to print the character for ASCII code 88. Which is the correct way1) char c = 88; cout << c << " ";2) cout.put(88);3) cout << char(88) << " "; a) 1 b) 2 c) 3 d) constant

0 Answers  


Categories