hi, this is vidya,
i have a doubt regarding the output of this program
the output is?
i have a doubt regarding the output of this program
Code:
main() { int c; c=300*300/300; printf("%d",c); }
Comment