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
What is destructor oops?
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
What does and I oop mean in text?
hi all..i want to know oops concepts clearly can any1 explain??
what is different between oops and c++
What is multilevel inheritance in oop?
What is constructor overloading in oop?
What is the main purpose of inheritance law?
What are oops methods?
Write a program to reverse a string using recursive function?
write a C++ program for booking using constructor and destructor.
i am getting an of the type can not convert int to int *. to overcome this problem what we should do?
Why interface is used?
What is destructor in oop?
Why is oop useful?