CARVIEW |
Select Language
HTTP/2 200
date: Sun, 12 Oct 2025 01:24:53 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=33324f52a87801be3ea903130f867581263fac1213c50b82b15b1bdb448d5ed8a%3A2%3A%7Bi%3A0%3Bs%3A14%3A%22_csrf-frontend%22%3Bi%3A1%3Bs%3A32%3A%22o9TYTnn0UZHF2-3L10CXfeUQud48MNHB%22%3B%7D; HttpOnly; Path=/
cf-ray: 98d2ccd6ab5975e9-BLR
#include <stdio.h>int foo(char *p);/////////////////////////////// - Pastebin.com
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #include <stdio.h>
- int foo(char *p);
- //////////////////////////////////////////////////
- int main()
- {
- int n = 99;
- char sz[99];
- printf("3 digits: ");
- scanf("%s", &sz[0]);
- // printf("3 digits = %s\n", &sz[0]);
- n = foo(sz);
- printf("n = %i\n", n);
- }
- ///////////////////////////////////////////////////
- int foo(char *p)
- {
- printf(" p = %i\n", p);
- printf("*p = %c\n", *p);
- return 777;
- }
- /*
- #include <stdio.h>
- //////////////////////////////////////////////////
- int main()
- {
- int n;
- int nArr[7];
- printf("3 digits: ");
- for(int i = 0; i < 3; i++)
- {
- scanf("%i", &nArr[i]);
- }
- printf("nArr[0] = %2d\n", nArr[0]);
- printf("nArr[1] = %2d\n", nArr[1]);
- printf("nArr[2] = %2d\n", nArr[2]);
- n = nArr[0] * 100;
- n += nArr[1] * 10;
- n += nArr[2] * 1;
- printf("n = %i\n", n);
- }
- */
Advertisement
Add Comment
Please, Sign In to add comment
-
π Swapzone +37% glitch β W
JavaScript | 1 sec ago | 0.25 KB
-
π Exchange profit method
JavaScript | 4 sec ago | 0.24 KB
-
β
β Make huge profits on trading ββ P
JavaScript | 10 sec ago | 0.25 KB
-
β Free Crypto Method β
JavaScript | 14 sec ago | 0.24 KB
-
ββ
Marketplace Glitch β
Working β
NEVER SEEN...
JavaScript | 18 sec ago | 0.25 KB
-
π Crypto Swap Glitch β
Working
JavaScript | 24 sec ago | 0.24 KB
-
ββ
Exploit 2500$ in 15 Minutesβββ E
JavaScript | 28 sec ago | 0.25 KB
-
π EASY MONEY GUIDE β
Working
JavaScript | 33 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