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 |
why freind function takes more parameter than normal member function in c++?
Can a destructor be called directly?
In multiple inheritance , to create sub class object , is there need to create objects for its superclasses??? in java and c++ both. Actually i have some information that is , all available members from its superclasses , memory created in subclass obj , so no need to create object for its superclasses...??? Thanks in Advance
When a private constructer is being inherited from one class to another class and when the object is instantiated is the space reserved for this private variable in the memory??
what is the 3 types of system development life cycle
What do you mean by binding of data and functions?
What is deep and shalow copy?
tell about copy constructor
Write a c++ program to display pass and fail for three student using static member function
features of OOPS
22 Answers Ness Technologies, Satyam,
What is an example of genetic polymorphism?
What makes a language oop?