tinnie

622 posts

tinnie banner
tinnie

tinnie

@3goBeta

Faceless Interaction 📷

Katılım Aralık 2023
186 Takip Edilen13 Takipçiler
tinnie
tinnie@3goBeta·
Gm Let $MoMo guide you in the Space (Web3 Guardian) to profitability #MoMoFanArt @momoverseio 5BJS2eAwweDjVRAQHmGtP6E63wP8V6NvPTfUjhrMejmZ
tinnie tweet media
English
1
0
2
15
tinnie
tinnie@3goBeta·
Ember King on the Throne It is time for $MoMo to take over the web3 space @momoverseio #MoMoFanArt 5BJS2eAwweDjVRAQHmGtP6E63wP8V6NvPTfUjhrMejmZ
tinnie tweet media
English
0
1
1
43
tinnie
tinnie@3goBeta·
@pepetoshi HWtFMVN9jEMXoutPpFWTvDsj5DyEuUPY8gCfEJmEuWcv
0
0
0
3
Pepetoshi Nakamoto
Pepetoshi Nakamoto@pepetoshi·
step 1: drop your SOL wallet address step 2: turn notifications on step 3: 🤔🤔🤔 🐸
English
1.5K
390
1.1K
32.6K
tinnie
tinnie@3goBeta·
@flapperbird 0x71cF93f56dDf23E398Dba4055fB843b57eB0df6c
Español
0
0
0
6
Flappers
Flappers@flapperbird·
Gflap! 48 hours to mint. Giving out 3 GTD Retweet and drop eth address
Flappers tweet media
English
759
544
831
21.6K
tinnie
tinnie@3goBeta·
Why This Matters Once you understand how pointers and functions interact, concepts like stack frames, memory layout, and efficient data handling becomes clearer. This is the foundation that makes advanced C - dynamic memory, callbacks, modular design - much easier to understand
English
0
0
0
7
tinnie
tinnie@3goBeta·
Example: int add(int a, int b) { return a + b; } int sub(int a, int b) { return a - b; } int main() { int (*op)(int, int); // function pointer op = add; int result1 = op(5, 3); // calls add() op = sub; int result2 = op(5, 3); // calls sub() }
English
1
0
0
5
tinnie
tinnie@3goBeta·
Deep Dive into Pointers and Functions in C Understanding how functions work with pointers makes it much easier to understand how the program stack itself works. In C, the system uses a stack to manage function calls.
English
1
0
0
5