What will be the output of the following C code? void main() { int t=70,c=14,d; d=t/**//c; printf(%d,d); }
Reveal answer
Fill a bubble to check yourself
What will be the output of the following C code? void main() { int t=70,c=14,d; d=t/**//c; printf(%d,d); }