NEWS
Dennis Ritchie, creator of the C programming language and co-creator of the Unix operating system, has died aged 70 this week.
Here’s the Story URL: Dennis Ritchie, father of Unix and C, dies
The gr8 ‘c’, a language which has its presence almost everywhere, which is being learned by most of programmers in the world. Personally When i was struggling with ‘c’ ptrs, K&R came to rescue. Without knowing the ptrs, you will not able to understand classes or structures. Its where i got impressed. Anyway goodbye ritchie.
here’s the code for u:
#include <stdio.h>
int main()
{
printf(“goodbye, dennis ritchie\n”);
return 0;
}












