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
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
What are static variables in c?
What are Macros? What are its advantages and disadvantages?
What are the types of macro formats?
Can include files be nested? How many levels deep can include files be nested?
Why is this loop always executing once?
What are the uses of null pointers?
Explain the difference between ++u and u++?
Do you have any idea how to compare array with pointer in c?
What is data type long in c?
diff between exptected result and requirement?
What are header files in c?
How can you restore a redirected standard stream?
Why we not create function inside function.
What is boolean in c?