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 / vaibhav
int a=5,b=5;
if(a==5)
printf("hello");
else;
printf("world");
| Is This Answer Correct ? | 4 Yes | 28 No |
Post New Answer View All Answers
Why is c not oop?
Wt are the Buses in C Language
When we use void main and int main?
What is far pointer in c?
How can I get random integers in a certain range?
Write a program to generate the Fibinocci Series
Is fortran faster than c?
Explain what are global variables and explain how do you declare them?
I need a help with a program: Write a C program that uses data input in determining the whole of points A and a whole of circles B. Find two points in A so that the line which passes through them, cut through the maximum number of circles.
What is hungarian notation? Is it worthwhile?
Explain how do you view the path?
How to write a multi-statement macro?
Can we declare a function inside a function in c?
How can you determine the maximum value that a numeric variable can hold?
FILE PROGRAMMING