Find the output of the following C code. void main() { char Rch; int Rn; float Rr; printf(%d %d %d, sizeof(Rch),sizeof(Rn),sizeof(Rr)); }
Reveal answer
Fill a bubble to check yourself
Find the output of the following C code. void main() { char Rch; int Rn; float Rr; printf(%d %d %d, sizeof(Rch),sizeof(Rn),sizeof(Rr)); }