//flex table opened by JP

Click to See Complete Forum and Search --> : C question


nothing
10-09-2003, 11:19 AM
How do I read in a double value? If I want to read in an int, I would write something like this:

scanf("%d" & int name);


I know %s is for strings, and %f is for the float data type. What about the double data type?

fishybawb
10-09-2003, 12:32 PM
double = %lf :t