How does placing some code lines between the comment symbol help in debugging the code?


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

Post New Answer

More C Interview Questions

what are non standard function in c

0 Answers  


What is the scope of local variable in c?

0 Answers  


Write a program to identify if a given binary tree is balanced or not.

0 Answers   JPMorgan Chase,


sum of two integers values only other then integer it should print invalid input.

1 Answers  


What is else if ladder?

0 Answers  






how many header file is in C language ?

44 Answers   College School Exams Tests, CTS, IBM, IMS, Infosys, ME, Sign Solutions, Wipro, XVT,


What is the use of f in c?

0 Answers  


increment operateor (++)and decrament(--) #include<stdio.h> #inclide<conio.h> main() { int x=15; while(x!=0) scanf("%d",&x); {

2 Answers   HCL, Syntel, TCS,


Describe the header file and its usage in c programming?

0 Answers  


How can I allocate arrays or structures bigger than 64K?

5 Answers  


How can I avoid the abort, retry, fail messages?

0 Answers  


write a program to copy a string without using a string?

2 Answers  


Categories