Tagged: c language

My Website & Facebook Got Hacked

Recently my website was hacked and I was not even able to log a normal login. But I have done a backup. So I could restore it easily because of the copy of the...

Untold Here of Kathmandu

An untold HERO of Kathmandu

What is the real definition of HERO? Well, we all have our own definitions of being a HERO, a real world hero, unlike those we see in TVs or cinemas. But here I wanna...

Postfix-Evaluation-in-C-Language

Postfix Evaluation in C

A complete code block example on Postfix Evaluation in C Data Structures. The following code snippet is complete working C-code on evaluating postfix. I have commented the code for easy understanding. Size of Stack...

Ackermann Function

Ackermann Function is the simplest example of a well defined total function which is compatible but not primitive recursive. It grows faster than an exponential function. /* Ackermann Function */ #include<stdio.h> #include<stdlib.h> int count...