Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
Zad 1 Sprawdzian
MarcinKrol
Oct 28th, 2020
41
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
text
0.17 KB
| None
|
0
0
raw
download
clone
embed
print
report
#include <iostream>
using namespace std;
int main()
{
float a = 12.345;
float *wsk_a = &a;
*wsk_a = 98.765;
cout << *wsk_a;
return 0;
}
Advertisement
Add Comment
Please,
Sign In
to add comment
Public Pastes
Untitled
Lua | 43 min ago | 10.94 KB
Free Giftcards Method
JavaScript | 1 hour ago | 1.06 KB
container_escape_shell
Bash | 2 hours ago | 2.79 KB
Changelly.com Exchange Exploit
JavaScript | 2 hours ago | 1.39 KB
CFM.js
JavaScript | 2 hours ago | 278.42 KB
2025-07-19_stats.json
JSON | 2 hours ago | 3.15 KB
2025-07-19_stats.json
JSON | 2 hours ago | 3.13 KB
2025-07-19_stats.json
JSON | 2 hours ago | 3.11 KB
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the
Cookies Policy
.
OK, I Understand
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!