cancel
Showing results for 
Search instead for 
Did you mean: 

bug in include

Former Member
0 Kudos

Hi,

I was asked this question in interview. question is, we have 20 includes in a program, only one include has error. how to find that particular include has error.

i said by debugging mode, but he said we have some other way.

cananyone tell me.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

go to the main program,

go for syntax check,it will navigate you to the include which has error.

regards,

pankaj singh

Former Member
0 Kudos

hi

Actually that is bug ,in include the calculatuions are going wrong , particular include is working wrong. Can u tell me how to find particular include is going wrong apart from debugging.