paste
bin - pastes related to scanf
Part of
Slepp's Projects
—
Pastebin
—
TURL
—
Imagebin
—
Filebin
Feedback
--
English
French
German
Japanese
Create
Upload
Newest
Tools
Donate
Sign In
|
Create Account
Stuff to Do
New Post
Upload a Post
Goto Newest
Search
Archives
Tools / APIs
Donate
Information
Site News
Get a Pastebin
What is This?
Bugs?
Statistics
Quick Search
Recent Posts
Unnamed
11 mins 47 secs
XNXX
15 mins 17 secs
mIRC Script
root
25 mins 7 secs
Anonymous
25 mins 28 secs
Unnamed
25 mins 45 secs
Miscellany
45 mins 45 secs
Anonymous
48 mins 44 secs
Something
49 mins 14 secs
Anonymous
1 hr 9 secs
Miscellany
1 hr 13 secs
Someone
1 hr 13 mins
Something
1 hr 20 mins
SQL Statement
Untitled
1 hr 20 mins
Mine
1 hr 46 mins
Someone
1 hr 46 mins
Advertising
advertising
related pastes to tag 'scanf'
2077594 - Scanf Test
: glibc scanf
#include<stdio.h>
int
main
(
)
{
char
test1
[
60
]
,test2
[
60
]
;
int
ret1,ret2;
printf
(
"Enter the first string:
\n
"
)
;
ret1=scanf
(
"%10s"
, test1
)
;
printf
(
"Enter the second string:
\n
"
)
;
2077593 - Scanf Test
: glibc scanf
#include<stdio.h>
int
main
(
)
{
char
test1
[
60
]
,test2
[
60
]
;
int
ret1,ret2;
printf
(
"Enter the first string:
\n
"
)
;
ret1=scanf
(
"%10s"
, test1
)
;
printf
(
"Enter the second string:
\n
"
)
;
2077592 - Scanf Test
: glibc scanf
#include<stdio.h>
int
main
(
)
{
char
test1
[
60
]
,test2
[
60
]
;
int
ret1,ret2;
printf
(
"Enter the first string:
\n
"
)
;
ret1=scanf
(
"%10s"
, test1
)
;
printf
(
"Enter the second string:
\n
"
)
;
worth-right