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
Why do we need functions in c?
What will be the outcome of the following conditional statement if the value of variable s is 10?
What are keywords c?
Define recursion in c.
Write a program to print ASCII code for a given digit.
What is data structure in c language?
a character or group of characters that defines a register,or a part of storage a) memory b) byte c) address d) linear list
What is the general form of a C program?
What is the stack in c?
What is array within structure?
What are called c variables?
What are the preprocessor categories?
Which is more efficient, a switch statement or an if else chain?
Define and explain about ! Operator?
Which driver is a pure java driver