Simple Question in C++In below program, I am assigning the float value to an integer variable, WHy the error is not coming...
Floating Point Numbers + C[code] #include<stdio.h> #include<conio.h> float square(float); void main() { clrscr(); flo...
This user does not accept Private Messages