User profile: geekocoder

User info
User name:geekocoder
History
Joined:
Number of posts:103
Latest posts:

%d in printf
So does it mean that intptr_t and PRIdPTR are almost the same thing? And why use %PRIdPTR is we can ...

%d in printf
Hello All, I want to know the difference between %d and %"PRIdPTR" in C.... And I want to know where...

question on tree traversal
The answer for the following question is given as postorder... Q)One can convert a binary tree into...

input of scanf
Why Does the following code take 4 inputs???i am using codeblocks on ubuntu... [code]#include <st...

problem in releasing memory
Any anyone plz help me to figure out why the following code is giving me runtime error in free(pDest...