Could it be that you've specified two types for the return value? Sometimes these errors are so hard to figure out, especially without the code. Good luck!
2006-08-06 18:23:56
·
answer #1
·
answered by anonymous 7
·
0⤊
0⤋
Data type:
Numerical = numbers only
Alpha = A-Z, a-z, space
Alph numerical = Any printable Character.
Math function cannot be done with two different data types, only
with numerical data. You have two issues, how you defined the area that you have included in the function, or the data you have entered into the area.
Before using a function, you should always make sure that the data values/format are valid for that function.
2006-08-07 01:39:31
·
answer #2
·
answered by Anonymous
·
0⤊
0⤋
It means that you have some variable in that function that is defined with two data types instead of just one as it should be. Perhaps the variable is defined in the function definition and again in the function body.
2006-08-07 01:28:24
·
answer #3
·
answered by DadOnline 6
·
0⤊
0⤋
the C programming is compilier interprator and assembler compilier help in running the c progeamming.
2006-08-07 02:40:05
·
answer #4
·
answered by prince 1
·
0⤊
0⤋
can you post your code, in which line the error occured
2006-08-07 01:23:47
·
answer #5
·
answered by Anonymous
·
0⤊
0⤋
it means exactly what it says.
2006-08-07 01:22:07
·
answer #6
·
answered by duct_tape_is_good 4
·
0⤊
0⤋