- This topic has 4 replies, 3 voices, and was last updated 9 years, 2 months ago by .
Viewing 5 posts - 1 through 5 (of 5 total)
Viewing 5 posts - 1 through 5 (of 5 total)
- You must be logged in to reply to this topic.
|
Miscellaneous › Others › Program in C
Write an algoritham and program in c language to input 10 integers with having 25 digits in each intergers .
if your number is of 25 digits than u have to use long double data type. u can not use simple integer
in C language integer type variable has size of 2 bytes only means max value is 32768
long double data type has size of 8 byte
just define an array of 10 values of long double type
Define two dimentional array to do this….
like…..int number[10][25];
by using this you can enter 10 integer number of 25 size/length…..
no dear ansari
problem is not like that
pls read the problem statement carefully
MY DEAR ITS ALSO A POSSIBLE SOLUTION OF PROBLEM U CAN TEST IT…..by d way i was sure at that time u will rpl me like this….jst jkng………