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

WAP TO ACCEPT STRING AND COUNT A COMES N TIMES B COMES N TIMES C COMES N TIMES D COMES N TIMES AND SO ON......... AT LAST UNTIL Z COMES N TIMES...............

3 Answers  


What is the full form of getch?

0 Answers  


List some of the static data structures in C?

0 Answers  


Write a C program to perform some of the operation which can be performed using Single linked list

1 Answers   Qualcomm,


How can a process change an environment variable in its caller?

0 Answers  






suppose there are five integers write a program to find larger among them without using if- else

2 Answers  


int main() { int x = (2,3,4); int y = 9,10,11; printf("%d %d",x,y); } what would be the output?

7 Answers   Parimal, Wipro,


Which built-in library function can be used to match a patter from the string?

0 Answers  


define c

6 Answers   HCL, TCS,


int main() { int i=-1,j=-1;k=0,l=2,m; m=i++&&j++&&k++||l++; printf("%d%d%d%d%d",i,j,k,l,m); }

3 Answers   HCL,


write a c/c++ programthat connects to a MYSQL server and checks if the INNoDB plug in is installed on it.If so your program should print the total number of disk writes by MYSQL.

0 Answers   BirlaSoft,


Which header file is used for clrscr?

0 Answers  


Categories