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 does ‘#include’ mean?

1 Answers   TCS,


What is equivalent to ++i+++j?

0 Answers  


how can we Declare a variable in c without defining it.

1 Answers   TCS,


? ???Mirror Mirror on the wall????????

1 Answers   channel V, DPI,


What is the difference between declaring a variable and defining a variable?

0 Answers  


what is the difference between c and java?

1 Answers  


a) Identify the following declarations. Ex. int i (integer variable) float a[l0](array of 10 real nos) int (*f())() void *f int (*f()) [] void *f int f[] [] [] char *(*f) () int (*f[]) [] float(*f) [] [] float **f int ******f

0 Answers   TCS,


print the pattern 1 2 4 3 6 9 4 8 12 16 5 10 15 20 25 if n=5

3 Answers   Winit,


What is a program flowchart?

0 Answers  


what type of language is C?

13 Answers   Microsoft,


to get a line of text and count the number of vowels in it

2 Answers  


Can we access the array using a pointer in c language?

0 Answers  


Categories