I\'m currently learning about pointers and the concept of pass-by-value, and I have this C code block:
void doSomething(int b){ b = 6; printf("%d&quo