i am new to \"fork()\",I read everywhere that when a fork() is called an exact copy of current (calling) process is started.Now when I run following code ,there should be tw
Addresses are process-local. 804a01c in one process is not the same as 804a01c in another process.
804a01c