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


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

How to declare a variable?

0 Answers  


What is #define used for in c?

0 Answers  


nic scientist exam

1 Answers   NIC,


what is the maximum no. of bytes calloc can allocate

4 Answers   Mphasis,


Define function ?Explain about arguments?

2 Answers   Geometric Software, Infosys,






Where local variables are stored in c?

0 Answers  


Read N characters in to an array . Use functions to do all problems and pass the address of array to function. 1. Print only the alphabets . If in upper case print in lower case vice versa.

1 Answers  


c program to compute Income tax and Net Salary for its employees. The company offers tax relief of Kshs. 650 for single employees and Kshs. 1,100 for married employees. The relief will be deducted from the Gross salary, to give the taxable income. This will be computed at the following rates: [10mks] Taxable Income Rate (%) <5000 0 5000-19999 6 20000-36999 9 37000 and above 16

1 Answers  


What is the main difference between calloc () and malloc ()?

0 Answers  


Explain how can I convert a string to a number?

0 Answers  


Can we change the value of constant variable in c?

0 Answers  


Differentiate between the expression “++a” and “a++”?

0 Answers  


Categories