[ create a new paste ] login | about

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

C, pasted on Aug 13:
1
2
3
4
5
6
7
8
9
10
#include<stdio.h>
int main()
{
  double f,c;
  f=64.0;
  c=(5.0/9)×(f32);
  printf("f=%f\nc=%f\n",f,c);
  return 0;

}


Output:
1
2
3
4
5
6
7
8
In function 'main':
Line 6: error: stray '\303' in program
Line 6: error: stray '\227' in program
Line 6: error: stray '\357' in program
Line 6: error: stray '\274' in program
Line 6: error: stray '\215' in program
Line 6: error: expected ')' before numeric constant
Line 6: error: called object '5.55555555555555580227178325003478676080703735352e-1' is not a function


Create a new paste based on this one


Comments: