The code is::::: if(condition)
Printf("Hello");
Else
Printf("World");
What will be the condition in if in such a way that both
Hello and world are printed in a single attempt?????? Single
Attempt in the sense... It must first print "Hello" and it
Must go to else part and print "World"..... No loops,
Recursion are allowed........................
Answer Posted / vignesh1988i
but goto is not a good sort of programming ............. a
well knowledgeable programmer wont use goto..... according
to me........... plz think of any other logic??????????
| Is This Answer Correct ? | 5 Yes | 5 No |
Post New Answer View All Answers
What is logical error?
What is the use of bitwise operator?
Explain 'bit masking'?
Are pointers integer?
What are c preprocessors?
What is getch?
What are the advantages of using macro in c language?
Explain what is the difference between #include and #include 'file' ?
What is sorting in c plus plus?
What is the advantage of c?
An instruction which is analysed and acted upon by the processor prior to the compiler going its work a) directive b) constructive c) constant d) absolute mode
Why is C language being considered a middle level language?
Do you know pointer in c?
How can I discover how many arguments a function was actually called with?
What is #include stdlib h?