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 c language & why it is used?
What is function definition in c?
find the sum of two matrices and WAP for it.
Why is structure padding done in c?
What are the ways to a null pointer can use in c programming language?
What is meant by preprocessor in c?
What is the use of c language in real life?
Describe dynamic data structure in c programming language?
What does volatile do?
Explain the difference between #include "..." And #include <...> In c?
Is fortran faster than c?
What is the difference between array_name and &array_name?
What are the 32 keywords in c?
What is header file in c?
What is the right way to use errno?