errors in computer programmes are called



errors in computer programmes are called ..

Answer / pravin

bugs.

Is This Answer Correct ?    17 Yes 0 No

Post New Answer

More C Interview Questions

1.write a program to merge the arrays 2.write efficient code for extracting unique elements from a sorted list of array?

3 Answers   Qualcomm,


Some coders debug their programs by placing comment symbols on some codes instead of deleting it. How does this aid in debugging?

0 Answers  


Is it possible to create recycle bin in mobiles?

2 Answers  


What is the purpose of 'register' keyword in c language?

0 Answers  


You are to write your own versions of strcpy() and strlen (). Call them mystrcpy() and mystrlen(). Write them first as code within main(), not as functions, then, convert them to functions. You will pass two arrays to the function in the case of mystrcpy(), the source and target array.

0 Answers  


post new interiew question and aptitude test papers

1 Answers  


in which language c language is written?

2 Answers  


Are the variables argc and argv are always local to main?

0 Answers  


Why should I prototype a function?

0 Answers  


Create a structure to specify data on students given below: Roll number, Name, Department, Course, Year of joining Assume that there are not more than 450 students in the college. 1.write a function to print names of all students who joined in a particular year 2.write a function to print the data of a student whose roll number is given

0 Answers   XYZ,


How to add two numbers with using function?

2 Answers   Miracle Solutions,


What are the advantages of using Unions?

0 Answers   IBS,


Categories