how to find the correct email address format by using the
programe?

Answer Posted / akshay

Regex

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

INSTANCE FIELDS DECLARED private ARE ACCESSIBLE BY THE METHODS ONLY.CAN WE CHANGE THE private FIELD OF AN OBJECT IN A METHOD OF SOME OTHER OBJECT OF THE SAME CLASS?

1639


What are different types of JVM's? for example we use dalvik jvm for android then what about the remaining operating systems?

1653


what is the sylabus for priliminaries?

1691


What is difference between polymorphism and inheritance?

618


Why do we need polymorphism in c#?

689






write a C++ program for booking using constructor and destructor.

2054


What is static modifier?

634


Why is polymorphism needed?

605


What is destructor in oop?

625


What is methods in oop?

548


What is byval and byref? What are differences between them?

1691


Which is not an object oriented programming language?

544


Question: Implement a base class Appointment and derived classes Onetime, Daily, Weekly, and Monthly. An appointment has a description (for example, “see the dentist”) and a date and time. Write a virtual function occurs_on(int year, int month, int day) that checks whether the appointment occurs on that date. For example, for a monthly appointment, you must check whether the day of the month matches. Then fill a vector of Appointment* with a mixture of appointments. Have the user enter a date and print out all appointments that happen on that date.

632


What is a null tree?

632


i=20;k=0; for(j=1;k-i;k+=j<10?4:3) { cout<

1419