write a c program to print "Welcome" without using semicolon
in the whole program ??

Answer Posted / vadivelt

main()
{
if(printf("Welcome"))
//Do nothing
}

Is This Answer Correct ?    50 Yes 18 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

writ a program to compare using strcmp VIVA and viva with its output.

1528


What is nested structure with example?

629


write a program in C that prompts the user for today's date,tomorrow's date and display the results.Use structures for today's date,tomorrow's date and an array to hold the days for each month of the year.

4992


What is #line in c?

565


What is a void * in c?

602






Why do some versions of toupper act strangely if given an upper-case letter?

636


What is the use of clrscr?

602


Explain what is wrong with this program statement? Void = 10;

768


What are predefined functions in c?

570


How can I trap or ignore keyboard interrupts like control-c?

620


Do you know null pointer?

616


Combinations of fibanocci prime series

1116


What is the acronym for ansi?

636


List some applications of c programming language?

560


What are the different file extensions involved when programming in C?

764