TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
wocvn
NA
1
0
Pls help me to give the right ans, TIA!
Sep 28 2003 9:03 PM
Modify the existing Employee class such that when teh folowwing statements are given in the int mian() function: #include
void main() { Employee e1, e2; e1.getdata(); e2.getdata(); if(e1 < e2) cout << "Hello"; else cout << "Bye"; }
Reply
Answers (
4
)
Compiling namespaces in c#
Arrays