write a c program to print "Welcome" without using semicolon
in the whole program ??
Answer Posted / mani
main()
{
if(printf("welcome"))
{
}
}
| Is This Answer Correct ? | 7 Yes | 4 No |
Post New Answer View All Answers
Array is an lvalue or not?
How do shell structures work?
Synonymous with pointer array a) character array b) ragged array c) multiple array d) none
Did c have any year 2000 problems?
Write a code to generate a series where the next element is the sum of last k terms.
Is main is a keyword in c?
Why c is procedure oriented?
what is use of malloc and calloc?
Discuss the function of conditional operator, size of operator and comma operator with examples.
Disadvantages of C language.
Describe the header file and its usage in c programming?
How can I run c program?
which of the following statement is wrong a) mes=123.56; b) con='T'*'A'; c) this='T'*20; d) 3+a=b;
What is the purpose of scanf() and printf() functions?
Explain the difference between structs and unions in c?