There is a practice in coding to keep some code blocks in comment symbols than delete it when debugging. How this affect when debugging?


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

Post New Answer

More C Interview Questions

How do you construct an increment statement or decrement statement in C?

0 Answers  


How to write the code of the program to swap two numbers with in one statement?

2 Answers  


What is boolean in c?

0 Answers  


main() { int i; printf("%d",scanf"%d",&i))//if the input is 12 24 34 then wat will be the output }

2 Answers  


can we declare a function inside the structure? ex: struct book { int pages; float price; int library(int,float); }b; is the above declaration correct? as it has function declaration?

2 Answers  






Write a program to show the change in position of a cursor using c

0 Answers  


What is static memory allocation? Explain

0 Answers  


How can I prevent another program from modifying part of a file that I am modifying?

0 Answers  


How do I convert a string to all upper or lower case?

0 Answers  


Write a C program that reads a series of strings and prints only those ending in "ed"

2 Answers   Accenture,


Is a pointer a kind of array?

0 Answers  


What header files do I need in order to define the standard library functions I use?

0 Answers  


Categories