What will be the output of the following program
#include "stdio.h"int main(){float a = 123/100;printf("%f", a);return 0;}
Not registered? Create an account
Forgot Password?
Already a registered user? Login