CARVIEW |
Select Language
HTTP/2 200
date: Sat, 11 Oct 2025 21:00:10 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=d58d8317866b35121ad2a97bdf46b8134f30ab91e221874684393010aecccd15a%3A2%3A%7Bi%3A0%3Bs%3A14%3A%22_csrf-frontend%22%3Bi%3A1%3Bs%3A32%3A%22mrtByTBrkr0_FrUF9xHOfAfRFPffgtn6%22%3B%7D; HttpOnly; Path=/
cf-ray: 98d149116a71cf00-BLR
#include <stdio.h>#include <cstring>void f1(char *p);///////// - Pastebin.com
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #include <stdio.h>
- #include <cstring>
- void f1(char *p);
- //////////////////////////////////////////////////////////
- int main()
- {
- char sz[99]="Sony Pictures";
- int x = 0;
- for(int i = 0; i<strlen(sz);i++)
- {
- if(sz[i]==' ') {x = i;}
- }
- f1(&sz[x+1]);
- printf("%s\n", sz);
- }
- /////////////////////////////////////////////////////////////
- void f1(char *p)
- {
- int i = 0;
- printf("*p = %c\n", *p);
- while(p[i])
- {
- i ++;
- }
- printf("i = %d\n", i);
- for(int i2 = i; i2 >= 0; i2--)
- {
- p[i2+2] = p[i2];
- p[i2] = ' ';
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
-
📌 Swapzone +37% glitch
JavaScript | 2 sec ago | 0.24 KB
-
📝 Exchange profit method
JavaScript | 11 sec ago | 0.24 KB
-
⭐ Free Crypto Method ⭐
JavaScript | 20 sec ago | 0.24 KB
-
⭐⭐⭐Make $15OO in 2O minutesV E⭐⭐
Java | 28 sec ago | 0.10 KB
-
📝 Crypto Swap Glitch ✅ Working
JavaScript | 29 sec ago | 0.24 KB
-
⭐✅ Exploit 2500$ in 15 Minutes⭐⭐⭐ P
JavaScript | 32 sec ago | 0.25 KB
-
📝 EASY MONEY GUIDE ✅ Working
JavaScript | 38 sec ago | 0.24 KB
-
⭐⭐⭐MAKE $9OO INSTANTLY D M⭐⭐
Java | 39 sec ago | 0.10 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