Program to check whether a word is a sub-string or not of a
string typed
No Answer is Posted For this Question
Be the First to Post Answer
How will you call C functions from C ++ and vice-versa?
0 Answers Agilent, Tavant Technologies, Thomson Reuters, Verifone,
When do we run a shell in the unix system? How will you tell which shell you are running?
How new/delete differs from malloc()/free?
Can I learn c++ without knowing c?
How do you traverse a btree in backward in-order?
What is tellg () in c++?
What is the use of lambda in c++?
What is linked list in c++?
What is the C-style character string?
Differentiate between a constructor and a destructor in c++.
give me an example for testing a program showing the test path .show how the test is important and complex.
. If employee B is the boss of A and C is the boss of B and D is the boss of C and E is the boss of D. Then write a program using the Database such that if an employee name is Asked to Display it also display his bosses with his name. For eg. If C is displayed it should also display D and E with C?