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
ahmed sami
NA
64
200.6k
compare two integer values
Dec 1 2012 12:24 PM
Write function to compare two integer values x and y, the function return integer value as follow:
Return 0 in case x=y
Return 1 in case x>y
Return -1 in case x<y
Write another function to compare two floating-point values.
Reply
Answers (
1
)
Update and Delete Data With DataGridView in Windows Form Using
Problem : Sequence Contains No Elements