Program to check whether a word is the first word of the
sentence.



Program to check whether a word is the first word of the sentence...

Answer / jainpraveen75

You Can write this code in dotnet will solve the problum
Dim strstrign As String
Dim flgIS_Firstletter As Boolean = False
strstring = "asdadvjhasfdug8oryoriwehlkjwbn"
flgIS_Firstletter
= strstrign.StartsWith("char you want to search")

Is This Answer Correct ?    1 Yes 1 No

Post New Answer

More OOPS Interview Questions

what is difference between objects and function

3 Answers  


what type of questions

0 Answers   IBM,


Can you explain polymorphism?

0 Answers  


what does exactly the linker do?

1 Answers  


How do you achieve polymorphism?

0 Answers  






why freind function takes more parameter than normal member function in c++?

1 Answers   IBM,


What is abstraction oop?

0 Answers  


what is the definition of incapsulation

2 Answers  


Write pseudo code for push in a stack?

2 Answers   emc2,


oops concept is used for?

3 Answers   Synergy,


What are the three main types of variables?

0 Answers  


the difference between new and malloc

5 Answers   Siemens,


Categories