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 extern c means?
Write a C program on Centralized OLTP, Decentralized OLTP using locking mechanism, Semaphore using locking mechanism, Shared memory, message queues, channel of communication, sockets and a simple program on Saving bank application program using OLTP in IPC?
Is anything faster than c?
Which is not valid in C a) class aClass{public:int x;}; b) /* A comment */ c) char x=12;
Explain how can I remove the trailing spaces from a string?
What is a node in c?
Why do some versions of toupper act strangely if given an upper-case letter?
How can I read data from data files with particular formats?
What is pointer to pointer in c?
Why c language is called c?
What does p mean in physics?
What are global variables?
Did c have any year 2000 problems?
in ‘C’ language for Matrix Multiplication fails” Introspect the causes for its failure and write down the possible reasons for its failure.
What are the primitive data types in c?