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



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

Answer / akshay

Regex

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More OOPS Interview Questions

how much classes are used in c++

5 Answers  


write string class as your own class in java without using any built-in function

0 Answers  


what is the difference between ERROR and EXCEPTION?

14 Answers   NIIT, nvidia,


How to overload postfix operator in c++

1 Answers   Mphasis,


what is object slicing?

9 Answers   L&T, Wipro,






write a code for this:trailer recordId contains a value other than 99, then the file must error with the reason ‘Invalid RECORD_ID’(User Defined Exception).

0 Answers  


write a c++ code to overload + and - for a stack class such that + provides push and - provides pop operation

1 Answers   College School Exams Tests, HCL, IBM, TCS,


What is multilevel inheritance in oop?

0 Answers  


What is a mixin class?

4 Answers  


Can main method override?

0 Answers  


i had specified the access specifier for abstarct class member like (pure virtual function) as private.But it can be accessed by the derived class.How the private member of one class is accessed by other class.if any body face this problem and found the solution plz reply to me.

1 Answers   Syntel,


//what is wrong with the programme?? #include<iostream.h> template <class first> class dd { first i; public: void set(); void print(); }; void dd< first>:: set() { cin>>i; } void dd< first>::print() { cout<<"\n"<<i; } void main() { dd <char>g; g.set(); g.print(); }

1 Answers  


Categories