সঠিক উত্তর হচ্ছে: Debugging
ব্যাখ্যা: প্রোগ্রামের ত্রুটি সংশোধনের পদ্ধতিকে বলা হয় – Debugging.
ebugging means to run your code step by step in a debugging tool like Visual Studio, to find the exact point where you made a programming mistake. You then understand what corrections you need to make in your code and debugging tools often allow you to make temporary changes so you can continue running the program.