Which object is the most difficult to achieve?

aum225

aum225

@aum225-DzlGZF Oct 23, 2024
1)execute every statement of a program atleast once
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

Replies

Welcome, guest

Join CrazyEngineers to reply, ask questions, and participate in conversations.

CrazyEngineers powered by Jatra Community Platform

  • aum225

    aum225

    @aum225-DzlGZF Mar 19, 2013

    it may be option C right??
  • Kaustubh Katdare

    Kaustubh Katdare

    @thebigk Mar 19, 2013

    aum225
    it may be option C right??
    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?
  • Thirumeni

    Thirumeni

    @thirumeni-vhzmBq Nov 20, 2013

    Its 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...
  • Anand Tamariya

    Anand Tamariya

    @anand-tamariya-DnfjEX Nov 21, 2013

    Thirumeni
    Its 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...
    This sounds very confusing. For Java, there's no preprocessor. So how does your explanation hold true?