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

What are vtable and vptr?

0 Answers  


what is oops and list its features in c++?

0 Answers  


What is flush programming?

0 Answers  


How would you differentiate between a pre and post increment operators while overloading?

0 Answers  


Write is a binary search tree? Write an algo and tell complexity?

0 Answers   Axtria,


What is c++ redistributable?

0 Answers  


What is the copy-and-swap idiom?

0 Answers  


Do you know what are pure virtual functions?

0 Answers  


Problem 5: Hero's Formula is A method for calculating the area of a triangle when you know the lengths of all three sides. Let a, b, c be the lengths of the sides of a triangle. The area is given by:A= pp-ap-b(p-c) | wherep= a+b+c2 | | Write a C-language code to calculate area of triangle using above method. Take the three lengths of the triangle from the user and display the area that your program calculates.

0 Answers   Maxobiz,


Which operations are permitted on pointers?

0 Answers  


What is ios class in c++?

0 Answers  


Define copy constructor.

0 Answers  


Categories