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

Differentiate between null and void pointers.

860


What is array of structure in c?

782


What is the meaning of c in c language?

802


1) There is a singing competition for children going to be conducted at a local club. Parents have been asked to arrive at least an hour before and register their children’s names with the Program Manager. Whenever a participant registers, the Program Manager has to position the name of the person in a list in alphabet order. Write a program to help the Program Manager do this by placing the name in the right place each time the Program Manger enters a name. The Logic should be written in Data Structures?

2146


What are identifiers and keywords in c?

763


What is difference between union All statement and Union?

857


How do I determine whether a character is numeric, alphabetic, and so on?

847


main() { inta=10,b=20; a>=5?b=100:b=200; printf("%d ",b); }

1144


What are nested functions in c?

761


Why is #define used?

991


What extern c means?

726


What does a derived class inherit from a base class a) Only the Public members of the base class b) Only the Protected members of the base class c) Both the Public and the Protected members of the base class d) .c file

859


Explain what are multidimensional arrays?

801


1234554321 1234 4321 123 321 12 21 1 1 12 21 123 321 1234 4321 1234554321

3420


What is use of #include in c?

815