I hereby claim:
- I am whalehulk on github.
- I am whalehulk (https://keybase.io/whalehulk) on keybase.
- I have a public key ASAkrPBz8CzLx47oUfDkp8MugaSJUkh18WL8HQWyGr0UYwo
To claim this, I am signing this object:
| #include <stdio.h> | |
| #include <stdlib.h> | |
| #define max 10 | |
| //defining basic requirements like array for stack implementation | |
| //top pointer or handler | |
| //x to get the value that is to be pushed to the stack | |
| int s[max],top=-1,x; | |
| //making a push function for pushing x to the array | |
| void push(void) | |
| { |
| #include<stdio.h> | |
| #include<ctype.h> | |
| //our task is to convert infix to postfix expression using stack | |
| //first we need a stack | |
| //let's define it | |
| char s[max]; | |
| int val; //here val is value to be pushed to the stack |
| seed-node=165.227.183.9:16431 | |
| seed-node=165.227.187.188:16431 | |
| EMISSION_SPEED_FACTOR=18 | |
| DIFFICULTY_TARGET=120 | |
| CRYPTONOTE_DISPLAY_DECIMAL_POINT=10 | |
| MONEY_SUPPLY=10000000000000000000 | |
| GENESIS_BLOCK_REWARD=5000000000000000000 | |
| SYNC_FROM_ZERO=1 | |
| DEFAULT_DUST_THRESHOLD=1000000 | |
| MINIMUM_FEE=1000000 |
I hereby claim:
To claim this, I am signing this object: