CARVIEW |
Select Language
HTTP/2 200
date: Sun, 12 Oct 2025 00:28:46 GMT
content-type: text/html; charset=UTF-8
server: cloudflare
x-frame-options: DENY
x-content-type-options: nosniff
x-xss-protection: 1;mode=block
vary: accept-encoding
cf-cache-status: DYNAMIC
content-encoding: gzip
set-cookie: _csrf-frontend=3e5d05c02e7c07f614cc9da90d243a9660e282bdeceee3d92319a336a6380860a%3A2%3A%7Bi%3A0%3Bs%3A14%3A%22_csrf-frontend%22%3Bi%3A1%3Bs%3A32%3A%22Ey3sWzJ9c--UHTpK0ElKm-oMITIkzLN0%22%3B%7D; HttpOnly; Path=/
cf-ray: 98d27aa2c9d1c46e-BLR
#include <stdio.h>#include<string.h>struct T{ char* psz; i - Pastebin.com
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #include <stdio.h>
- #include<string.h>
- struct T
- {
- char* psz;
- int nlen;
- };
- T t1, t2;
- void monitor(T *pt);
- char sz[999] = "SONY_Pictures";
- //////////////////////////////////////////////////////////////
- int main()
- {
- t1.psz = sz;
- t1.nlen = 4;
- t2.psz = sz+5;
- t2.nlen = 8;
- monitor(&t1);
- monitor(&t2);
- //printf("%s \n", t2.psz );
- //printf("%d \n", t2.nlen);
- }
- ///////////////////////////////////////////////////////////////
- void monitor(T *pt)
- {
- printf("%.*s \n", pt->nlen, pt->psz );
- printf("%d \n", pt->nlen);
- }
Advertisement
Add Comment
Please, Sign In to add comment
-
✅⭐ Make huge profits on trading ⭐⭐ P
JavaScript | 1 sec ago | 0.25 KB
-
⭐⭐⭐Profit Method⭐⭐
Java | 4 sec ago | 0.10 KB
-
📌 ChangeNOW Exploit
JavaScript | 4 sec ago | 0.24 KB
-
⭐✅ Marketplace Glitch ✅ Working ✅ NEVER SEEN...
JavaScript | 10 sec ago | 0.25 KB
-
📌 Instant BTC Profit Method ✅ Working
JavaScript | 15 sec ago | 0.24 KB
-
⭐⭐⭐Make $1500 in 20 minutes⭐⭐
Java | 16 sec ago | 0.10 KB
-
⭐✅ Exploit 2500$ in 15 Minutes⭐⭐⭐ E
JavaScript | 18 sec ago | 0.25 KB
-
📝 MAKE $2500 IN 15 MIN ✅ Working
JavaScript | 24 sec ago | 0.24 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