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

Under what circumstances does a name clash occur?

0 Answers   InterGraph,


What is a function simple definition?

0 Answers  


#include<stdio.h> void main() { int =1; printf("%d%d%d",a++,++a,++a); }

3 Answers   VB,


What is character set?

0 Answers  


In a header file whether functions are declared or defined?

0 Answers   TISL,






how to print electricity bill according to following charges first 100 units -1rs per unit for next 200 units-1.50 rs per unit without using conditions

0 Answers  


How are pointers declared in c?

0 Answers  


what is Structural oriented language? give some example of this language.....?

1 Answers  


main() { int i=5; printf("%d%d%d%d",i++,i--,i); }

10 Answers  


What is wrong with this declaration?

0 Answers  


hw can we delete an internal node of binary search tree the internal node has child node..plz write progarm

0 Answers   TCS,


What is the difference between fread and fwrite function?

0 Answers  


Categories