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 Function Pointer? Explain with example?

3 Answers  


What is Dynamic Initialization.

3 Answers  


What is the advantage of an array over individual variables?

0 Answers  


Write a program to reverse a given number in c?

0 Answers  


What is c standard library?

0 Answers  


What will be result of the following program? void myalloc(char *x, int n) { x= (char *)malloc(n*sizeof(char)); memset(x,\0,n*sizeof(char)); } main() { char *g="String"; myalloc(g,20); strcpy(g,"Oldstring"); printf("The string is %s",g); } a) The string is : String b) Run time error/Core dump c) The string is : Oldstring d) Syntax error during compilation e) None of these

3 Answers   IBM,


Is there any restriction in how many arguments printf or scanf function can take? in which file in my c++ compiler i can see the code for implementation of these two functions??

4 Answers  


What is the explanation for cyclic nature of data types in c?

0 Answers  


What is the 'named constructor idiom'?

0 Answers  


DIFFERNCE BETWEEN THE C++ AND C LANGUAGE?

2 Answers   Wipro,


Explain the difference between null pointer and void pointer.

0 Answers   TCS,


what is a far pointer

12 Answers   ABB, DRDO, ITI, Maruti Suzuki, Steel Plant, TCS, Toyota, Vivo Mobiles,


Categories