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
Why interface is used?
What is multilevel inheritance explain with example?
What is methods in oop?
which feature are not hold visual basic of oop?
Why do pointers exist?
What is overloading and its types?
What is the fundamental idea of oop?
Why is polymorphism used?
How to call a non virtual function in the derived class by using base class pointer
Which language is pure oop?
if i have same function with same number of argument but defined in different files. Now i am adding these two files in a third file and calling this function . which will get called and wht decide the precedence?
i=20;k=0;
for(j=1;k-i;k+=j<10?4:3)
{
cout< What is new keyword in oops? What does and I oop and sksksk mean? What are the 5 oop principles?