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

Post New Answer

More C++ General Interview Questions

Why use of template is better than a base class?

0 Answers  


What do you mean by function overriding & function overloading in c++?

0 Answers  


What is a literal in c++?

0 Answers  


Explain class invariant.

0 Answers  


why we cant create array of refrences

4 Answers  






In which header file does one find isalpha() a) conio.h b) stdio.h c) ctype.h

0 Answers  


Which one between if-else and switch is more efficient?

0 Answers  


What does getch() do according to the ANSI C++ standard a) Reads in a character b) Checks the keyboard buffer c) Nothing in particular (Its not defined there)

0 Answers  


Difference between overloading vs. Overriding

0 Answers  


Describe run-time type identification?

1 Answers  


write a c++ program that gives output 1 1 2 1 2 3 1 2 3 4 1 2 3 4 5 using looping statement

2 Answers  


What is the difference between method and message?

5 Answers   HP,


Categories