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
List some basic data types in c?
How do I get a null pointer in my programs?
hi any body pls give me company name interview conduct "c" language only
Explain how can I remove the trailing spaces from a string?
How do you define CONSTANT in C?
What are the differences between Structures and Arrays?
Define circular linked list.
HOW TO SOLVE A NUMERICAL OF LRU IN OS ??????
Is there a built-in function in C that can be used for sorting data?
With the help of using classes, write a program to add two numbers.
What is the use of f in c?
"%u" unsigned integer print the a) address of variable b) value of variable c) name of a variable d) none of the above
How can I convert a number to a string?
What does #pragma once mean?
Write a program to check armstrong number in c?