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
What is a good data structure to use for storing lines of text?
What is infinite loop?
What is the best organizational structure?
Did c have any year 2000 problems?
What is meant by realloc()?
Why is structure important for a child?
Does c have class?
What are the types of variables in c?
Why c is faster than c++?
Difference between strcpy() and memcpy() function?
What are types of structure?
What is advantage of pointer in c?
what does static variable mean?
what is the syallabus of computer science students in group- 1?
Subtract Two Number Without Using Subtraction Operator