User profile: anonymized

User info
User name:anonymized
Name:Pappu Johnson
History
Joined:
Number of posts:5
Latest posts:

Doubt in pointers
yep. I just printed the addresses and understood. Doubt solved! :)

Doubt in pointers
I have been told that following 2 statements are equivalent: a[5] = 0; *(a + 5) = 0; Where a ...

Is swapping costly or comparison?
I am analysing sorting algorithms, and i have been told that insertion sort works amazing if the num...

Problem that i cannot see
I just realised everything worked fine, when i put a[20]. You are right, i cannot put a[]... Thank...

Problem that i cannot see
There is a bug in the following program of insertion sort, value of 'n' changes during the process o...