write a c program to print "Welcome" without using semicolon
in the whole program ??
Answer Posted / hari
main()
{
if(printf("Welcome"))
{}
}
for further queries and discussions, just check these out !!!
http://forum.campusmaniac.com/
http://www.campusmaniac.com/
| Is This Answer Correct ? | 6 Yes | 2 No |
Post New Answer View All Answers
What is openmp in c?
What is wrong with this statement? Myname = 'robin';
c programs are converted into machine language with the help of a) an interpreter b) a compiler c) an operatinf system d) none of the above
How can you restore a redirected standard stream?
How are strings stored in c?
what is ur strangth & weekness
What is the use of in c?
What is Dynamic memory allocation in C? Name the dynamic allocation functions.
What is %d used for?
please explain every phase in the "SDLC" in the dotnet.
What is the acronym for ansi?
How can you find the day of the week given the date?
What is bubble sort in c?
What is memcpy() function?
how many types of operators are include in c language a) 4 b) 6 c) 8 d) 12