Hello everybody!!! I did the program but I'm receiving presentation error. My code is below. Could someone help me?
#include <string.h>
#include <stdio.h>
#define MAXDIGITS 1000
#define max(a,b) (a > b) ? a : b;
typedef struct
{
char digits[MAXDIGITS]; /* represent the number */
int signbit ...
Search found 3 matches
- Fri Jul 06, 2007 5:45 am
- Forum: Volume 101 (10100-10199)
- Topic: 10198 - Counting
- Replies: 30
- Views: 44418
- Thu Jul 05, 2007 11:41 pm
- Forum: Volume 101 (10100-10199)
- Topic: 10191 - Longest Nap
- Replies: 75
- Views: 43750
- Wed Jul 04, 2007 6:25 am
- Forum: Volume 101 (10100-10199)
- Topic: 10183 - How Many Fibs?
- Replies: 66
- Views: 35839