Assume I have a linked list contains all of the alphabets
from "A" to "Z?" I want to find the letter "Q" in the list,
how does you perform the search to find the "Q?"
Answers were Sorted based on User's Feedback
Answer / bharghavi
for(currnode=head;currnode!=null;currnode=currnode->next)
{
if(currnode->data=='Q')
cout<<"element found";
}
| Is This Answer Correct ? | 6 Yes | 0 No |
Answer / tutum
by using find() function..u can find "Q"...
regards
tutum
| Is This Answer Correct ? | 2 Yes | 1 No |
help me i need a c++ program which takes sequesnce of characters and outputed sequence of their token taypes, work same compiler in lexical analysis phase
Write a C/C++ program to add a user to MySQL. The user should be permitted to only "INSERT" into the given database.
WHAT IS FIBONACCI SERIES?
Define stl.
How does an stl file work?
what is strcture i++ i ++i answer to this i=5 what is the out put
WHAT IS THE DIFFERENCE BETWEEN C++ AND VC++
write a program that input four digit number and find how many 7 that number contains
please visit this site you'll find my question this is my homework please answer it if you can http://easyscience.org/ib/lofiversion/index.php/t36168.html
What is meant by stl in c++?
What are the components of stl?
I am doing my BS.c MATHS CAN I ABLE TO JOIN IN NIIT?