Blog
-
Here is a little fellow! Run: #include<stdio.h> int main(){ char a[6]=”abcdef”; printf(“\n a[5] = %c\n”, a[5]); printf(“\n 5[a] = %c\n”, 5[a]); return 0; } and be amused ! 😉 If you find this code funny due to second printf statement, just like I thought, it should be noted that in C standard, type a[b] =…
-
DISCLAIMER: THIS IS NOT A BLOG FOR EXPERTS – STAY AWAY IF YOU ARE ONE OF THEM !!! Hello everyone out there, After the long, perhaps kind of not-so-interesting, story of death this time we will turn our attention to the more meaningful subject – the neurology of death. Before we begin, let me confess…
-
DISCLAIMER: THIS IS NOT A BLOG FOR EXPERTS – STAY AWAY IF YOU ARE ONE OF THEM !!! Hello everyone out there, This post is an outcome of my recent “late night” curiosity about death. Most of the materials here are coming from youtube, specially from the channel of DNews among others. And to be…