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

Why is sizeof () an operator and not a function?

578


Explain function?

663


Is c dynamically typed?

666


When was c language developed?

698


How do you print an address?

743






Write a program to reverse a string.

632


count = 0; for (i = 1;i < = 10; i++);count = count + i; Value of count after execution of the above statements will be a) 0 b) 11 c) 55 d) array

673


What is indirection? How many levels of pointers can you have?

656


Does c have an equivalent to pascals with statement?

571


Can the curly brackets { } be used to enclose a single line of code?

710


Why c is a mother language?

552


How do you define structure?

563


How can I sort a linked list?

633


What is a macro?

655


How do I get an accurate error status return from system on ms-dos?

645