Difference between & and * operator in C
A beginner to Pointers in C often perplexed by different operators & and * Let’s see what it really is and how simple it is. & – This operator gives ‘the address of’ a variable * – This operator gives ‘the value at address’ of a variable (Note! Note! Note! Not the other way round!… Read More »