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 / nisha
If(?)
printf("hello");
else
Printf("world");
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
When should you not use a type cast?
Explain c preprocessor?
Is there any data type in c with variable size?
Give me the code of in-order recursive and non-recursive.
What is a void * in c?
How do you define CONSTANT in C?
What is break in c?
Explain how do you print only part of a string?
in iso what are the common technological language?
Is it valid to address one element beyond the end of an array?
How can I display a percentage-done indication that updates itself in place, or show one of those twirling baton progress indicators?
what are enumerations in C
In the DOS enveronment, normal RAM that resides beyond the 1mb mark. a) expanded memory b) swapped memory c) Extended memory d) none
What is the purpose of main( ) in c language?
All technical questions