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 |
What is the real time example of inheritance?
features of OOPS
22 Answers Ness Technologies, Satyam,
What are the main differences between procedure oriented languages and object oriented languages?
9 Answers IBM, Infosys, Wipro,
explain defference between structure and class with example
Which language is not a true object oriented programming language?
What is the use of unnamed namespaces in OOPS? The only advantage I know is that they dont need the scope resolution operator while accessing them. I want to know some other advantages of unnamed namespaces...
What is overloading in oops?
Why do we use class?
What are functions in oop?
What is design patterns in C++?
what is difference b/w object based and object oriented programming language?
18 Answers Chaitanya, College School Exams Tests, Educomp, IBM, Infosys, Telko,
What makes a language oop?