above link is my code while I was practicing this tutorial.
please explain about the output of line 21 and 22.
in line 22, it returning 8 bytes for not only int but also for void float char and bool too.
in line 21, &ch is returning not the actual value of ch that is “B”.