Anton pfp

Anton

@antohin

948 Following
452 Followers


Anton pfp
Anton
@antohin
https://warpcast.com/antohin/0xd78d9aab
0 reply
2 recasts
3 reactions

Anton pfp
Anton
@antohin
https://warpcast.com/antohin/0xd78d9aab
0 reply
1 recast
1 reaction

Anton pfp
Anton
@antohin
https://warpcast.com/antohin/0xd78d9aab
0 reply
1 recast
4 reactions

Anton pfp
Anton
@antohin
https://warpcast.com/antohin/0xd78d9aab
0 reply
0 recast
1 reaction

Anton pfp
Anton
@antohin
https://warpcast.com/antohin/0xd78d9aab
0 reply
1 recast
3 reactions

Anton pfp
Anton
@antohin
https://warpcast.com/antohin/0xd78d9aab
0 reply
0 recast
3 reactions

Anton pfp
Anton
@antohin
https://warpcast.com/antohin/0xd78d9aab
0 reply
0 recast
2 reactions

Anton pfp
Anton
@antohin
https://warpcast.com/antohin/0xd78d9aab
0 reply
0 recast
8 reactions

Anton pfp
Anton
@antohin
https://warpcast.com/antohin/0xd78d9aab
0 reply
0 recast
3 reactions

Anton pfp
Anton
@antohin
https://warpcast.com/antohin/0xd78d9aab
0 reply
0 recast
4 reactions

Anton pfp
Anton
@antohin
https://warpcast.com/antohin/0xd78d9aab
0 reply
0 recast
3 reactions

Anton pfp
Anton
@antohin
https://warpcast.com/antohin/0xd78d9aab
0 reply
0 recast
5 reactions

Anton pfp
Anton
@antohin
https://warpcast.com/antohin/0xd78d9aab
0 reply
3 recasts
3 reactions

Anton pfp
Anton
@antohin
https://warpcast.com/antohin/0xd78d9aab
0 reply
1 recast
2 reactions

Anton pfp
Anton
@antohin
πŸš€πŸš€πŸš€ πŸͺ™ πŸš€πŸš€πŸš€ #include <live.h> int main(){ // let's code! return 0; }
1 reply
2 recasts
3 reactions

Anton pfp
Anton
@antohin
πŸ”₯ Hey! πŸ”₯ What about link between Math and Programming? πŸ”₯ Next function describe green curve below: #include <stdio.h> #include <math.h> float the_function(float x); int main() { float x = 16; printf("For x = %.1f the function give %.1f", x, the_function(x)); return 0; } float the_function(float x){ return -12*pow(x,2)+870*x+9600; }
0 reply
4 recasts
23 reactions

Anton pfp
Anton
@antohin
This code helps you to understand pic! #include <stdio.h> int main() { float A; // our variable float* ptr; // variable that can be save address of any other variable A = 5; // set value ptr = &A; // get address of variable A and save it into variable ptr printf("Address of A is %p \n", ptr); printf("Variable A is %f \n", *ptr); // dereference ptr ("open" variable ptr) return 0; }
0 reply
0 recast
0 reaction

Anton pfp
Anton
@antohin
Admirable pic!
0 reply
0 recast
0 reaction

Anton pfp
Anton
@antohin
Congratulations! So happy for you both! 🌹
0 reply
0 recast
0 reaction

Anton pfp
Anton
@antohin
Congratulations! So happy for you both! 🌹
0 reply
0 recast
0 reaction