Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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

Answer Posted / 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       View All Answers


Please Help Members By Posting Answers For Below Questions

What is destructor oops?

1153


class CTest { public: void someMethod() { int nCount = 0; cout << "This is some method --> " << nCount; } }; int main() { CTest *pctest; pctest->someMethod(); return 0; } It will executes the someMethod() and displays the value too. how is it possible with our creating memory for the class . i think iam not creating object for the class. Thanks in Advance... Prakash

2345


What does and I oop mean in text?

1316


hi all..i want to know oops concepts clearly can any1 explain??

2177


what is different between oops and c++

2620


What is multilevel inheritance in oop?

1089


What is constructor overloading in oop?

1182


What is the main purpose of inheritance law?

1251


What are oops methods?

1075


Write a program to reverse a string using recursive function?

2415


write a C++ program for booking using constructor and destructor.

2595


i am getting an of the type can not convert int to int *. to overcome this problem what we should do?

2356


Why interface is used?

1070


What is destructor in oop?

1082


Why is oop useful?

1172