Corsi
Corsi
Compilatore di codice
Compilatore di codice
Discuti
Prezzi
Squadre
Accedi
Registrati
Menu
Discussioni Q&A
Cerca
Cerca
Fai una domanda
Fai una domanda
taking input through gets()
c
error
gets()
input
taking
through
3 Voti
8 Risposte
20th Dec 2021, 2:11 PM
Atulya Vaibhav Pandey
How gets() function works?
input
output
1 Voto
2 Risposte
1st Mar 2020, 1:31 PM
Sakib Khan
[SOLVED] Problem using gets()
c
help
programming
strings
2 Voti
3 Risposte
28th Nov 2017, 5:52 PM
DAB
Gets() in c program
input
output
1 Voto
2 Risposte
29th Sep 2020, 1:26 PM
Vivek Sai
Alternative for gets() in C?
alternative
c
gets
scanf
warning
4 Voti
3 Risposte
12th Jun 2020, 5:18 AM
Mahdee Mohammad
gets() or fgets() in c ?
c
2 Voti
4 Risposte
2nd Aug 2020, 9:19 PM
Morteza R.g
How to use gets() in cpp
cpp
gets
string
4 Voti
6 Risposte
25th Dec 2017, 5:50 AM
Saurabh Tiwari
GNU compiler doesn't like gets()
c
input
output
0 Voti
2 Risposte
28th Oct 2018, 11:51 PM
Alan Lilly
Why is gets() not working|| what is mistake in my code
c
error
getchar
gets
input
mistake
output
1 Voto
13 Risposte
11th May 2021, 6:08 AM
Suraj Airi
Reading string Methods scanf() gets()
strings
1 Voto
1 Risposta
3rd Dec 2018, 11:50 AM
Karimulla Shaik
gets() or cin.getline() skipped input
c++
dev
0 Voti
3 Risposte
13th Dec 2016, 1:47 PM
Raythern Filix
What is the difference between gets() and cin.getline(). And why gets() is unsafe or bad........
c++
cin.getline()
expert
file
gets()
handling
simple
1 Voto
3 Risposte
3rd Jun 2017, 12:24 PM
SatanicAngal666
What does gets() function do ?
c++
0 Voti
3 Risposte
9th Mar 2017, 8:12 AM
Canterville Ghost
Why we use gets() insteed scanf().
c++
0 Voti
2 Risposte
23rd Mar 2019, 3:40 PM
Deepak Sharma
Why sometime gets() skipped in C
c
gets
0 Voti
1 Risposta
18th Mar 2019, 6:58 PM
Adib Zaini
Why is gets() function dangerous to use ?
c
input
output
1 Voto
5 Risposte
14th May 2020, 12:00 AM
Ahsan
why gets() isn't working in my code??
c++
1 Voto
1 Risposta
6th Jan 2020, 12:19 AM
priyesh
What is the difference between gets() and scanf() in c
c
gets
scanf
18 Voti
4 Risposte
5th Mar 2019, 4:20 AM
Khalid Saifullah Fuad
What's difference between gets() and scanf() function?
functions
1 Voto
2 Risposte
12th Aug 2019, 4:50 PM
Kiruthiga
What is the difference between gets() and getch()
input
-2 Voti
2 Risposte
14th Apr 2022, 3:02 PM
Jeya Sudha G V
What is the use of gets() in string?
c++
0 Voti
3 Risposte
9th Nov 2016, 8:24 AM
rashmi bansal
Why gets() function isn't working here? cin.getline() doesn't work either
c++
help
input
string
0 Voti
6 Risposte
23rd Sep 2020, 3:28 PM
Mohammed Joy
Gets() and puts()... header file for these functions :/
cpp
files
header
1 Voto
4 Risposte
12th Aug 2017, 4:23 PM
syscall
the gets() function showing error on compile while trying
c
compilation
error
1 Voto
1 Risposta
13th Jul 2020, 8:06 AM
Soumyajit Pal
What is return type of gets() and puts() function
input
output
1 Voto
2 Risposte
6th Dec 2018, 6:27 AM
King AAA
Why function gets() doesn't work in a playground code? It's about C.
c
gets()
3 Voti
9 Risposte
22nd Apr 2020, 8:54 PM
Денис Филь
I really didn't understand the gets() part what's it's function??
input
output
2 Voti
2 Risposte
10th Feb 2020, 7:45 PM
Hann Jk
Why gets () command is skipped when executing?
c
gets()
input
5 Voti
32 Risposte
15th Nov 2020, 12:32 PM
Gede Yuda Aditya
why this error comes when I compile this gets() statement in C?
c
error
gets()
input
2 Voti
2 Risposte
26th Apr 2020, 3:48 PM
Rahul Pandit
Coders, Why the compiler (inerpreter) overlaps the gets() and puts() function ?????
c
c++
c11
cprogram
error
fgets
fputs
gets
puts
1 Voto
2 Risposte
6th May 2019, 4:23 AM
Vikash Kumar
What is the relation between the gets() function and a character array's size?
array
c++
character
gets()
sizeof()
stdio.h
1 Voto
6 Risposte
18th Dec 2017, 7:28 PM
Advitiay Anand
[Solved] Why gets() function is dangerous to use in code? Please help me understand the following warning.
c
gets()
warning
14 Voti
8 Risposte
3rd Jan 2021, 9:04 PM
Shivani 📚✍
Why gets() or [^\n] is not working as expected in this program?
data-types
strings
0 Voti
2 Risposte
30th May 2019, 2:54 AM
Deepak Chekuri
The gets() call always gets ignored due to the carriage return or new line. What is the prosper way to use the gets() function?
c,
c++
0 Voti
1 Risposta
7th Dec 2017, 11:54 AM
Arif Badar
Why the function gets() in C more appropriate than fgets() to handle strings?
c
0 Voti
2 Risposte
2nd Jun 2020, 2:51 PM
Mic_2020_1_Luz_Pereira
Why should we yous gets() and puts() function instead of using scanf() and printf()?
text
1 Voto
2 Risposte
4th Apr 2017, 7:29 AM
kanchan kadam
I am using gets() in 'for' loop, but it does not take the user's input. Any solution, thanks in advance.
c
2 Voti
4 Risposte
7th Jul 2020, 2:05 PM
Pankaj Kumar
When i write char[5] in my code and i write more than 5 characters it still prints more than 5 char , why is it ?!
char
gets()
operators
1 Voto
2 Risposte
1st Apr 2020, 7:17 PM
Atena
Can anyone tell me the what's the use of getchar() and gets() ? In simple explanation please. I'm a beginner .
c
1 Voto
3 Risposte
1st Mar 2021, 2:18 PM
Adi
Why is it usually a bad idea to use gets()? Suggest a workaround.
buffer
c
clanguage
gets()
0 Voti
2 Risposte
3rd Jan 2020, 10:56 AM
Gurpej Singh
In C language gets() is not asking for input on Sololearn. Works fine on my laptop though! What should I do to run it here?
c
c++
gets
sololearn
1 Voto
3 Risposte
15th Dec 2016, 7:28 PM
Caffeinated Gamer YT
When we use gets() in C language then what does the compiler read whenever there comes a space? Ex : This " " is " " me.
c
0 Voti
3 Risposte
14th May 2020, 11:04 AM
Raiyan
prompt for a number of characters
c
characters
gets()
prompt
scanf()
1 Voto
4 Risposte
17th Jan 2020, 5:04 PM
Gwlanbzh
In the topic related to gets() why is that iam able to enter more than 2 characters even thought I changed the array size to 2
input
output
0 Voti
2 Risposte
1st Jul 2020, 10:04 AM
Alamelu Chandrashekar
How can i read multiple line of string with spaice in c++
arrays
c++
for
gets()
multiple
read
strings
2 Voti
5 Risposte
21st Feb 2017, 4:32 PM
Muhammed Raziq
Fai una domanda
Fai una domanda
Fai una domanda
Fai una domanda
Popolare oggi
Where is the bug?
3 Votes
Is it possible to convert .zip file to apk? If yes, how??
1 Votes
Pointers cpp
2 Votes
I think the heart system is ridiculous, 5 hearts that refill after like 5 hours? That is really just crazy to me.
1 Votes
How to add two strings together in ts or css
1 Votes
What do you think of this code and what are your suggestions for developing and modifying it?, How can I develop myself more?
0 Votes
Why can’t I use double “ in python?
0 Votes
Is pro worth the money ?
1 Votes
Drawing images in java
2 Votes
2 cases not correct what's the problem
1 Votes