Tag Archives: Siddharth sir
Bus Error (Core Dumped):
I was checking the size of the stack space allocated to a process. For that i used recursion and I got Seg fault after almost 8 MB(7.98 MB) of data pushed on to the stack. Then I increased the size … Continue reading
Query:
At what stage of compiler the call of an inline function is replaced with its definition????
Threads:
Can we manually switch between two Threads of a process ?? Means, is it possible to context out a running thread and context in a user desired thread, at any time????
Static linking of libraries.
What happens when a library is statically linked . Does the loader comes in the picture during linking ?
Doubt:
What does strtok do? And how do we use it? I tried reading the man pages and tried some examples too but i m still unable to get the satisfactory explanation.