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

Answer Posted / manikandan

while(printf("welcome"))
{
}

Is This Answer Correct ?    13 Yes 16 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

cin.ignore(80, _ _);This statement a) ignores all input b) ignores the first 80 characters in the input c) ignores all input till end-of-line d) iteration

851


What are static variables in c?

804


What are Macros? What are its advantages and disadvantages?

854


What are the types of macro formats?

798


Can include files be nested? How many levels deep can include files be nested?

853


Why is this loop always executing once?

794


What are the uses of null pointers?

776


Explain the difference between ++u and u++?

829


Do you have any idea how to compare array with pointer in c?

812


What is data type long in c?

825


diff between exptected result and requirement?

1791


What are header files in c?

803


How can you restore a redirected standard stream?

783


Why we not create function inside function.

1949


What is boolean in c?

811