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

What is p in text message?

0 Answers  


What are header files in c programming?

0 Answers  


no consistent academics. how to answer the question

0 Answers  


What is difference between class and structure?

0 Answers  


What is the acronym for ansi?

0 Answers  






Write a program of prime number using recursion.

0 Answers   Aspiring Minds,


extern static int i func() { i =10; i++; printf("%d \n",i); } main() { i =20; printf("%d \n",i); func(); printf("%d \n",i); }

2 Answers  


what is a stack

3 Answers  


Explain can static variables be declared in a header file?

0 Answers  


What is define c?

0 Answers  


What is string concatenation in c?

0 Answers  


What is include directive in c?

0 Answers  


Categories