• Courses
  • Code Compiler
  • Discuss
  • Pricing
  • Teams
Menu
0

What is wrong with this code/ what is my mistake here?

https://code.sololearn.com/cJlI4eXo3hXw/?ref=app

inputoutputc
14th Jan 2021, 11:47 AM
Winner!
Winner! - avatar
2 Answers
+ 4
Line number 9 and 19 are invalid. You need to define a variable as an array at the time of declaration only. Example, char name[100], location[100]; Also, the gets() function is dangerous and therefore deprecated. Use the fgets() function instead https://en.cppreference.com/w/c/io/fgets
14th Jan 2021, 11:51 AM
XXX
XXX - avatar

Often have questions like this?

Learn more efficiently, for free:

  • Introduction to Python

    7.1M learners

  • Introduction to Java

    4.7M learners

  • Introduction to C

    1.5M learners

  • Introduction to HTML

    7.5M learners

See all courses
Hot today
How my gradient is so mess I code in vscode and copied here to ask some questions please help me with this one too
1 Votes
HELP ME LEARN
1 Votes
Please tell me about methods
1 Votes
Does anyone know how to go to another "page" on the same page using the HTML button tag?
2 Votes
I am beginner in CS, how I learn C++?
0 Votes
Can I learn both graphic design and web development at the same time?
0 Votes
How do i learn php in here?
1 Votes
Hi everyone I hope you’re well
0 Votes
Running of python or js script (backend) and entering of html page by clicking SUBMIT button
2 Votes
Anyone’s make one brut force attack tools password breaker
0 Votes