Which type of following errors in generated when the program is being executed?

A Syntax error
B Semantic error
C Run time error
D Linker error

Correct Answer: Run time error

Run time error হলো এমন একটি প্রোগ্রাম ত্রুটি যা প্রোগ্রাম চলাকালীন ঘটে থাকে। কম্পিউটারকে ভুল ডেটা জানালে বা ডেটার ফরমেট ঠিক না থাকলে Run time error ভুল বার্তা ছাপায়। কোনো অ্যাপ্লিকেশন বা প্রোগ্রাম যখন সফটওয়্যার বা হার্ডওয়্যার ত্রুটির কারণে তার পূর্ণ ক্ষমতায় কাজ করতে পারে না, তখন এই ত্রুটির মুখোমুখি হতে হয়।
Bissoy MCQ

Related Questions

The register which keeps track of the execution of a program and which contains the memory address of the instruction currently being executed is known as
Part of a program where the shared memory is accessed and which should be executed invisibly is called

Next steps