Dennis Ritchie

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;

}

மறுமொழி இடுக

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out / மாற்றுக )

Twitter picture

You are commenting using your Twitter account. Log Out / மாற்றுக )

Facebook photo

You are commenting using your Facebook account. Log Out / மாற்றுக )

Connecting to %s