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
Someone
3 mins 12 secs
TRG Emergency Release
22 mins 46 secs
sell cvv good
1 hr 13 mins
Perl Source
Stuff
1 hr 15 mins
Unnamed
1 hr 40 mins
Someone
1 hr 41 mins
Unnamed
1 hr 47 mins
Anonymous
2 hrs 49 mins
raijin's bbb panel 2
2 hrs 54 mins
PHP Source
whales
3 hrs 11 mins
deliciousthis
3 hrs 18 mins
HTML 4.0 Strict
Something
3 hrs 19 mins
Someone
3 hrs 58 mins
Unnamed
4 hrs 29 mins
Someone
4 hrs 42 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
"
)
;
fantasy-obligation