write a c program to print "Welcome" without using semicolon
in the whole program ??
Answer Posted / sagar
main()
{
if(printf("Welcome"))
{
}
}
| Is This Answer Correct ? | 30 Yes | 10 No |
Post New Answer View All Answers
Are the variables argc and argv are always local to main?
Which of the following operators is incorrect and why? ( >=, <=, <>, ==)
Why c language?
i have to apply for the rbi for the post of officers. i need to know abt the entrance questions whether it may be aps or techinical....
What is a struct c#?
What is the use of typedef in c?
What is difference between arrays and pointers?
explain how do you use macro?
Under what circumstances does a name clash occur?
Tell me what are bitwise shift operators?
What is graph in c?
What are local static variables? How can you use them?
How do you write a program which produces its own source code as output?
What is #include stdlib h?
What are loops c?