write a c program to print "Welcome" without using semicolon
in the whole program ??
Answer Posted / rama krishna sidhartha
main()
{
if(printf("Welcome"))
{
}
}
(OR)
main()
{
if(printf("Welcome"))
}
| Is This Answer Correct ? | 13 Yes | 5 No |
Post New Answer View All Answers
Can a variable be both constant and volatile?
if the area was hit by a virus and so the decrease in the population because of death was x/3 and the migration from other places increased a population by 2x then annually it had so many ppl. find our the population in the starting.
I just typed in this program, and it is acting strangely. Can you see anything wrong with it?
how to print the character with maximum occurence and print that number of occurence too in a string given ?
Can two or more operators such as and be combined in a single line of program code?
Why shouldn’t I start variable names with underscores?
Are there constructors in c?
What is hashing in c language?
Does free set pointer to null?
How can I send mail from within a c program?
Is using exit() the same as using return?
Define recursion in c.
difference between Low, Middle, High Level languages in c ?
what is different between auto and local static? why should we use local static?
In a byte, what is the maximum decimal number that you can accommodate?