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 the real time example of encapsulation?

0 Answers  


What is encapsulation?

17 Answers   TCS,


WHAT IS ABSTRUCT DATA TYPE ? PLEASE EXPLAIN IT.

4 Answers   HCL,


What are the data types in oop?

0 Answers  


Write a program in c++ to read two floating point numbers and find their sum and average.

2 Answers  






Templates mean

0 Answers  


What are the types of abstraction?

0 Answers  


what is namespace? what are the uses of namespace?

1 Answers  


write a function that takes an integer array as an input and finds the largest number in the array. You can not sort array or use any API or searching needs?

2 Answers   IBMS, Zycus Infotech,


what is a binary overloading

2 Answers  


WAP to find the ambiguities in Multiple Inheritance? How are they resolved.(Virtual Functions)

1 Answers  


What is extreme programming?

2 Answers  


Categories