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
code for selection sort?
difference between string and array?
what is volatile in c language?
9 Answers Cap Gemini, HCL, Honeywell, TCS, Tech Mahindra,
plz answer..... a program that reads non-negative integer and computes and prints its factorial
Explain data types & how many data types supported by c?
What is variables in c?
what would be the output of the follwing struct st { char name[20]; int i; float f; }; main() { struct st emp = {"forum"}; printf("%d %f",emp.i,emp.f); }
What is the importance of c in your views?
how to add two numbers without using arithmetic operators?
How to set file pointer to beginning c?
Explain what is meant by 'bit masking'?
What are the different properties of variable number of arguments?