Which object is the most difficult to achieve?
2)execute every branch statement of a program atleast once
3)execute every path of a program atleast once
4)execute every condition of branch of statement of a program atleast once
Member • Mar 19, 2013
Administrator • Mar 19, 2013
Maybe you should make an attempt to answer it on your own. Why do you think option C is right and why options A,B,D aren't?aum225it may be option C right??
Member • Nov 20, 2013
Member • Nov 21, 2013
This sounds very confusing. For Java, there's no preprocessor. So how does your explanation hold true?ThirumeniIts answer is C . Because the preprocessor take more time to excute full Excecution program in header...if it take a certain portion to excecute which programmer used..in preprocessor wont excute every thing..it take only based on need so is answer...other A,B and c are common to use in program...