i need some nice guru to solve this soon. am aving problem with my VB ,
#include<stdio.h>
main()
äint a,b;
a=5;
b=2;
printf("%d",a*b);
printf("%d",a+b);
printf("%d",-b);
printf("%d",a/b);
printf("%d",a-b);
printf("%d",a%b);
return 0;
ñ

. i cant compile it,
am getting error message.
i need the answer. pls