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
Abhijit Sarma
NA
2
2.1k
Case Study in Data Structures.
Oct 12 2014 11:29 AM
The normal integer data type can store values between
-32768 to 32767. But suppose it is needed to represent integers which consists of 10 digits or more, then a data structure must be developed for integer arithmetic on extended number system, where extended numbers may consist upto to 10 decimal digits. Write a Program for arithmetic on extended numbers. The program must allow the following operations, +, < and also handle negative numbers.
Justify the data structure chosen.
Reply
Answers (
0
)
Hierarchical Database and Hierarchical Data model.
MySQL or MsSQL Server