What will be the output of the following program 
#include "stdio.h"

int main()
{
float a = 123/100;
printf("%f", a);
return 0;
}

Posted on by