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
How many levels of pointers can you have?
What is a list in c?
What are the ways to a null pointer can use in c programming language?
What are c identifiers?
Why is c known as a mother language?
Explain how can I make sure that my program is the only one accessing a file?
What is the newline escape sequence?
What is assert and when would I use it?
What is the sizeof () operator?
how should functions be apportioned among source files?
hello freinds next week my interview in reliance,nybody has an idea about it intervew questions..so tell
Give a one-line C expression to test whether a number is a power of 2. [No loops allowed - it's a simple test.]
What is meant by high-order and low-order bytes?
How many loops are there in c?
Explain the properties of union. What is the size of a union variable