Courses
Courses
Code Compiler
Code Compiler
Discuss
Teams
Log in
Register
Menu
Q&A Discussions
Search
Search
Ask a question
Ask a question
What does scanf do to the value it reads?
input
output
0 Votes
1 Answer
9th Jun 2019, 1:12 PM
Maksim Leon
If i add scanf in this function i got strucked .
cprogramming
0 Votes
6 Answers
1st Jul 2020, 11:58 AM
Akash Poovan
How to use scanf in c without any error
c
input
scanf
1 Vote
2 Answers
10th Feb 2018, 1:36 AM
Kais Momin
Why scanf doesn't work in the c compiler provided in sololearn?
c
input
2 Votes
5 Answers
1st May 2018, 9:42 AM
Shubhodeep Paul
Can i use scanf input for Code Playground?
c++
0 Votes
1 Answer
8th Dec 2016, 3:24 PM
Osman Hüküm
Can we use scanf and printf instead of cout?
cout
0 Votes
3 Answers
15th Feb 2018, 9:11 AM
Mehak Gupta
My program is not working when I use scanf function
c
help
0 Votes
3 Answers
7th Aug 2020, 12:42 PM
Rahul Khandekar
How to use scanf function in one program of three times........
of
scanf
use
0 Votes
7 Answers
27th Feb 2019, 5:59 AM
Ajay singh
Can i use scanf after printf in this sololearn app
c
0 Votes
2 Answers
17th Aug 2019, 3:58 PM
Mohammed Thayyib
what's the difference between %i and %d in scanf or fscan
c++
scanf
3 Votes
1 Answer
14th Feb 2020, 6:10 AM
Adi Pratama
[C] Scanf statement ignored in do while loop until first round
c
help
loop
scanf
1 Vote
3 Answers
22nd Jun 2019, 1:40 PM
Zerokles
why is "&" used in scanf and not in getchar or gets [SOLVED]
c
getchar
gets
input
scanf
2 Votes
9 Answers
13th Aug 2022, 2:06 PM
sonofpeter.exe
Como faço o scanf funcionar pois fala que não tem saída(cómo voy a hacer funcionar la función scanf para no dar erro de salida?)
aparece
c
cdigo
erro
leia
no
saida
salida
scanf
3 Votes
2 Answers
7th Jun 2019, 9:27 PM
Gabriel Caldeira Bicalho
What is the use of scanf and printf in c++
c++c++
operators
2 Votes
2 Answers
16th Sep 2017, 5:52 PM
ankita
Why we not use scanf function for " sum=a+b "
input
output
0 Votes
2 Answers
25th Dec 2018, 9:59 AM
KARTHIK TELU
Scanf ("%d", & a) ; why we write "&" their? 🤔
c
programming
1 Vote
1 Answer
9th Oct 2020, 5:36 AM
Habit🧐
Why don't we use & in scanf while storing string in C?
c
sololearn
strings
0 Votes
5 Answers
15th Jul 2021, 4:17 PM
Srinath
How to pick one element by using scanf in an array
arrays
1 Vote
2 Answers
29th Jan 2019, 3:04 PM
Pravallika
Can we use printf and scanf instead of cout and cin?
printf
2 Votes
2 Answers
19th Sep 2017, 1:47 PM
yagnesh maheria
What is the difference between sprintf , sscanf and printf , scanf
basics
c
c++
practice
1 Vote
3 Answers
31st Mar 2019, 4:44 PM
Shikher Jaitly
Q:why scanf is not responding well, why it skips the value of s??
c
char
conditions
do-while
scanf
2 Votes
3 Answers
24th Mar 2022, 6:08 PM
Saumya Mishra
What are the differences between printf and cout, similarly scanf and cin?and why?
c
cpp
0 Votes
5 Answers
14th Jul 2020, 4:23 PM
Harsh Kant
Why can't we use printf and scanf instead of using console.read write..
texting
0 Votes
3 Answers
4th Jul 2019, 9:57 AM
T Bharath kumar
When we take input using for loop in array it scanf function uses '&' but without using for loop ,we use scanf '&' not require ?
c
0 Votes
2 Answers
15th Nov 2019, 1:17 AM
Ankit Chaturvedi
why my " scanf " function do not work in structure data type
c
functions
scanf
structure
1 Vote
4 Answers
2nd Jun 2020, 4:17 AM
kiran upase
Best alternative for scanf to avoid buffer overflow?? What's wrong with this.... How do I prompt user of inputted space or char
c
error
fgets
getchar
gets
programming
prompt
user
14 Votes
28 Answers
23rd Apr 2020, 9:12 AM
The CodeGeek
What is the difference between scanf and printf? Where do they work individually?
input
output
1 Vote
3 Answers
10th Oct 2019, 6:43 PM
Susmita Roy
Why const int variable can be modified using scanf in C language?
c
0 Votes
2 Answers
25th Mar 2020, 5:16 PM
C King 👑
Can anyone give a coding of char using printf and scanf using character i.e char
c
1 Vote
9 Answers
3rd Aug 2019, 10:31 AM
Naresh
How can I change the result of scanf into other number?
c
0 Votes
1 Answer
4th Jun 2020, 5:35 PM
Soryung Lee
Can I use printf ans scanf in the place of cout and cin ..?
c
c++
variables
2 Votes
6 Answers
5th Jul 2016, 5:26 PM
Amine Demagh
Create a C program that illustrates the use of scanf funtion.
code
-1 Vote
1 Answer
24th Feb 2022, 3:40 AM
Joan Puerto Sontousidad
Why adress operator absent in string of fetching a scanf statement for example ("%s",s)
c
1 Vote
4 Answers
9th Aug 2019, 3:12 AM
LOKESHA E J
How to read a paragraph with white spaces using scanf function in c language.?
c
language
1 Vote
3 Answers
1st Jul 2019, 11:51 AM
Gaurav Rawat
What function need to be used for scanf Password (number, latter, special character)
c
password
scanf
0 Votes
3 Answers
19th May 2020, 12:26 PM
Pranjit Mudoi
Is scanf () function automatically allocate space for null terminator like fgets()? In C
null
terminator
3 Votes
1 Answer
14th Oct 2020, 6:24 AM
Yogeshwaran P
Why this code shows warning? In C
scanf
warning
1 Vote
11 Answers
26th Nov 2020, 2:47 PM
Yogeshwaran P
What's wrong in scanf I can't find any problem can anyone tell me plz ??
c
1 Vote
3 Answers
11th Dec 2021, 6:19 AM
Gulafsha Syed
Can any one explain getchar (), gets (), scanf (), in Layman language?
beginner
c
input
output
0 Votes
2 Answers
4th Nov 2019, 8:33 AM
shridhar w
Is there any way to use printf & scanf in one single line in C?
c
printf
scanf
0 Votes
3 Answers
24th Feb 2022, 3:06 AM
dead falcon
I used printf and scanf in C. What are their replacements in C++?
c++
0 Votes
3 Answers
7th Jul 2017, 1:17 PM
Sanam Limbu
write. c program that uses scanf function to read a float valriable into the variable called discount_rate
ha
0 Votes
8 Answers
14th Mar 2022, 2:29 PM
Izo Kaeyz
Why '&' is not used in scanf if want to take string as input from the user?
string
1 Vote
5 Answers
26th Jul 2021, 5:41 PM
Shashank Shekhar
[SOLVED]In the below code ..I want to give value in the scanf function but it showing error..
c++
cpp
error
scanf
0 Votes
6 Answers
30th Aug 2021, 3:37 PM
THE CRAZY ONE ✌️
In C++ ...cout vs printf and cin vs scanf , Which is more beneficial to use and WHY??????
cpp
mydoubt
programming
3 Votes
3 Answers
3rd Aug 2020, 2:28 AM
@Code_With_Harsh !!!
Please can someone tell me that how can I get output in c language with scanf
c
0 Votes
3 Answers
6th Nov 2020, 10:57 AM
Krishna Varshney
In string input "abc def xyz par" 1) count the words,and space using scanf
scanf
using
-1 Vote
2 Answers
13th Sep 2022, 12:21 PM
Pawan
if gets can cause problems when writing strings, because of overflow and scanf does not allow spacing. What can I do?
c
gets
overflow
scanf
spacing
strings
9 Votes
2 Answers
22nd Jul 2019, 6:45 AM
José Cleto
How to scan long string as input beacuse as i scan string after the space in string not present in memory and print few word
cin
scanf
2 Votes
5 Answers
29th Apr 2020, 1:57 PM
Atharva Labhasetwar
What is the difference between gets() and scanf() in c
c
gets
scanf
18 Votes
4 Answers
5th Mar 2019, 4:20 AM
Khalid Saifullah Fuad
Ask a question
Ask a question
Ask a question
Ask a question
< Previous
1
2
3
4
Next >
Hot today
What's wrong with this code ? ( Beginner)
4 Votes
Pig Latin
0 Votes
Someone can help me
0 Votes
Square Roots
0 Votes
What's wrong with this?
2 Votes
Currently learning C++, I’m getting into socket programming with C++
0 Votes
Is there any new bug in the projects reply sections?
1 Votes
I’m new someone can help me
0 Votes
What's doctype htMl
2 Votes
HTML community, HELP!!
0 Votes