[ create a new paste ] login | about

Link: http://codepad.org/7LSPUBwS    [ raw code | output | fork ]

C, pasted on Jun 25:
1
2
3
4
float p;
int TempMonAdc;

p = ((TempMonAdc/255) + 40) / 2;


Output:
1
2
3
4
Line 4: warning: data definition has no type or storage class
Line 4: error: conflicting types for 'p'
Line 1: error: previous declaration of 'p' was here
Line 4: error: initializer element is not constant


Create a new paste based on this one


Comments: