How to debug a code?
CBSE, JEE, NEET, CUET
Question Bank, Mock Tests, Exam Papers
NCERT Solutions, Sample Papers, Notes, Videos
Posted by Ayush Singh 5 years ago
- 1 answers
Related Questions
Posted by Payal Kumari 1 year, 5 months ago
- 0 answers
Posted by Catherine Tympuiñ 1 year, 1 month ago
- 1 answers
Posted by Manasvi Bhutada 1 year, 2 months ago
- 1 answers
Posted by Rupesh Rupesh 1 year, 6 months ago
- 2 answers
Posted by Vanshika Prajapati 1 year, 6 months ago
- 1 answers
Posted by Catherine Tympuiñ 1 year, 1 month ago
- 0 answers
Posted by M.Sameeha _ 1 year, 1 month ago
- 0 answers
Posted by Jeevesh Jeevesh 1 year, 2 months ago
- 1 answers
myCBSEguide
Trusted by 1 Crore+ Students
Test Generator
Create papers online. It's FREE.
CUET Mock Tests
75,000+ questions to practice only on myCBSEguide app
Meghna Thapar 5 years ago
Debugging is the process of detecting and removing of existing and potential errors (also called as 'bugs') in a software code that can cause it to behave unexpectedly or crash. To prevent incorrect operation of a software or system, debugging is used to find and resolve bugs or defects. Debug code is computer code introduced to a computer program to test for errors or to help determine the cause of an error. It can be as simple as an echo command to print the value of a variable at certain points of a program.
0Thank You