Kurse
Kurse
Code Compiler
Code Compiler
Diskutieren
Preise
Teams
Anmelden
Registrieren
Menu
F&A Diskussionen
Suchen
Suchen
Eine Frage stellen
Eine Frage stellen
If i add scanf in this function i got strucked .
cprogramming
0 Stimmen
6 Antworten
1st Jul 2020, 11:58 AM
Akash Poovan
What does scanf do to the value it reads?
input
output
0 Stimmen
1 Antwort
9th Jun 2019, 1:12 PM
Maksim Leon
How to use scanf in c without any error
c
input
scanf
1 Stimme
2 Antworten
10th Feb 2018, 1:36 AM
Kais Momin
Why scanf doesn't work in the c compiler provided in sololearn?
c
input
2 Stimmen
5 Antworten
1st May 2018, 9:42 AM
Shubhodeep Paul
Can i use scanf input for Code Playground?
c++
0 Stimmen
1 Antwort
8th Dec 2016, 3:24 PM
Osman Hüküm
Can we use scanf and printf instead of cout?
cout
0 Stimmen
3 Antworten
15th Feb 2018, 9:11 AM
Mehak Gupta
My program is not working when I use scanf function
c
help
0 Stimmen
3 Antworten
7th Aug 2020, 12:42 PM
Rahul Khandekar
How to use scanf function in one program of three times........
of
scanf
use
0 Stimmen
7 Antworten
27th Feb 2019, 5:59 AM
Ajay singh
Can i use scanf after printf in this sololearn app
c
0 Stimmen
2 Antworten
17th Aug 2019, 3:58 PM
Mohammed Thayyib
what's the difference between %i and %d in scanf or fscan
c++
scanf
3 Stimmen
1 Antwort
14th Feb 2020, 6:10 AM
Adi Pratama
[C] Scanf statement ignored in do while loop until first round
c
help
loop
scanf
1 Stimme
3 Antworten
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 Stimmen
9 Antworten
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 Stimmen
2 Antworten
7th Jun 2019, 9:27 PM
Gabriel Caldeira Bicalho
What is the use of scanf and printf in c++
c++c++
operators
2 Stimmen
2 Antworten
16th Sep 2017, 5:52 PM
ankita
Why we not use scanf function for " sum=a+b "
input
output
0 Stimmen
2 Antworten
25th Dec 2018, 9:59 AM
KARTHIK TELU
Scanf ("%d", & a) ; why we write "&" their? 🤔
c
programming
1 Stimme
1 Antwort
9th Oct 2020, 5:36 AM
Habit🧐
How to pick one element by using scanf in an array
arrays
1 Stimme
2 Antworten
29th Jan 2019, 3:04 PM
Pravallika
Can we use printf and scanf instead of cout and cin?
printf
2 Stimmen
2 Antworten
19th Sep 2017, 1:47 PM
yagnesh maheria
What is the difference between sprintf , sscanf and printf , scanf
basics
c
c++
practice
1 Stimme
3 Antworten
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 Stimmen
3 Antworten
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 Stimmen
5 Antworten
14th Jul 2020, 4:23 PM
Harsh Kant
Why can't we use printf and scanf instead of using console.read write..
texting
0 Stimmen
3 Antworten
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 Stimmen
2 Antworten
15th Nov 2019, 1:17 AM
Ankit Chaturvedi
why my " scanf " function do not work in structure data type
c
functions
scanf
structure
1 Stimme
4 Antworten
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 Stimmen
28 Antworten
23rd Apr 2020, 9:12 AM
The CodeGeek
What is the difference between scanf and printf? Where do they work individually?
input
output
1 Stimme
3 Antworten
10th Oct 2019, 6:43 PM
Susmita Roy
Why const int variable can be modified using scanf in C language?
c
0 Stimmen
2 Antworten
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 Stimme
9 Antworten
3rd Aug 2019, 10:31 AM
Naresh
How can I change the result of scanf into other number?
c
0 Stimmen
1 Antwort
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 Stimmen
6 Antworten
5th Jul 2016, 5:26 PM
Amine Demagh
Create a C program that illustrates the use of scanf funtion.
code
-1 Stimme
1 Antwort
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 Stimme
4 Antworten
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 Stimme
3 Antworten
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 Stimmen
3 Antworten
19th May 2020, 12:26 PM
Pranjit Mudoi
Is scanf () function automatically allocate space for null terminator like fgets()? In C
null
terminator
3 Stimmen
1 Antwort
14th Oct 2020, 6:24 AM
Yogeshwaran P
Why this code shows warning? In C
scanf
warning
1 Stimme
11 Antworten
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 Stimme
3 Antworten
11th Dec 2021, 6:19 AM
Gulafsha Syed
Can any one explain getchar (), gets (), scanf (), in Layman language?
beginner
c
input
output
0 Stimmen
2 Antworten
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 Stimmen
3 Antworten
24th Feb 2022, 3:06 AM
dead falcon
I used printf and scanf in C. What are their replacements in C++?
c++
0 Stimmen
3 Antworten
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 Stimmen
8 Antworten
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 Stimme
5 Antworten
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 Stimmen
6 Antworten
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 Stimmen
3 Antworten
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 Stimmen
3 Antworten
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 Stimme
2 Antworten
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 Stimmen
2 Antworten
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 Stimmen
5 Antworten
29th Apr 2020, 1:57 PM
Atharva Labhasetwar
What is the difference between gets() and scanf() in c
c
gets
scanf
18 Stimmen
4 Antworten
5th Mar 2019, 4:20 AM
Khalid Saifullah Fuad
I included stdio.h and successfully used printf. Why can't I use scanf on solo platform?
c++
1 Stimme
2 Antworten
5th Nov 2016, 9:02 PM
Emanuel Lozitsky
Eine Frage stellen
Eine Frage stellen
Eine Frage stellen
Eine Frage stellen
< Vorherige
1
2
3
4
Weiter >
Heute heiß
C pointers
2 Votes
Python
0 Votes
Guys help please
0 Votes
Slicing in python
1 Votes
Python question
1 Votes
Control flow
0 Votes
HTML
0 Votes
Front-end vs Full-stack
1 Votes
Which mobile offline app can I use for HTML
0 Votes
HOW CAN I CREATE A GAME AS BEGINNER
0 Votes