What's the output?
#include stdio.h
void main() {
int a=(10.4,5.2,6);float b=(30.5,56.1,8.89),sum;
sum=a+b;
printf("%d\n",sum);
}

Posted on by