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 yhe printf statement will print one "hello" and one
world.......................... but i said it must enter to
the if part as well as else part controls..............
before a long time baxk itself i tried this method.........
then only i read the question of IBM properly
| Is This Answer Correct ? | 4 Yes | 4 No |
Post New Answer View All Answers
what is the significance of static storage class specifier?
Write program to remove duplicate in an array?
5 Write an Algorithm to find the maximum and minimum items in a set of ānā element.
what is associativity explain what is the precidence for * and & , * and ++ how the folloing declaration work 1) *&p; 2) *p++;
why we wont use '&' sing in aceesing the string using scanf
What is the argument of a function in c?
What's a good way to check for "close enough" floating-point equality?
Explain how can a program be made to print the line number where an error occurs?
What are disadvantages of C language.
the real constant in c can be expressed in which of the following forms a) fractional form only b) exponential form only c) ascii form only d) both a and b
In c programming write a program that will print 10 multiples of 3 except 15,18,21 using looping
What is page thrashing?
What is %lu in c?
using for loop sum 2 number of any 4 digit number in c language
How are strings stored in c?