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


Please Help Members By Posting Answers For Below Questions

What is the purpose of the preprocessor directive error?

906


List the difference between a "copy constructor" and a "assignment operator"?

766


what do you mean by enumeration constant?

778


write a proram to reverse the string using switch case?

2671


What is a spanning Tree?

1231


Why we write conio h in c?

754


What is the size of array float a(10)?

887


Find duplicates in a file containing 6 digit number (like uid) in O (n) time.

2946


How can you determine the maximum value that a numeric variable can hold?

871


What are register variables? What are the advantage of using register variables?

883


How are variables declared in c?

827


Write a program to use switch statement.

863


What do you mean by c?

781


What is operator promotion?

808


Explain the use of 'auto' keyword

870