write a c program to print "Welcome" without using semicolon
in the whole program ??
Answer Posted / sagar
main()
{
if(printf("Welcome"))
{
}
}
Is This Answer Correct ? | 30 Yes | 10 No |
Post New Answer View All Answers
What is the purpose of the preprocessor directive error?
List the difference between a "copy constructor" and a "assignment operator"?
what do you mean by enumeration constant?
write a proram to reverse the string using switch case?
What is a spanning Tree?
Why we write conio h in c?
What is the size of array float a(10)?
Find duplicates in a file containing 6 digit number (like uid) in O (n) time.
How can you determine the maximum value that a numeric variable can hold?
What are register variables? What are the advantage of using register variables?
How are variables declared in c?
Write a program to use switch statement.
What do you mean by c?
What is operator promotion?
Explain the use of 'auto' keyword