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
Why is c so important?
What is c system32 taskhostw exe?
In a switch statement, what will happen if a break statement is omitted?
What are the different types of C instructions?
What is dangling pointer in c?
What does node * mean?
What is the right type to use for boolean values in c?
What is a null pointer assignment error? What are bus errors, memory faults, and core dumps?
What does volatile do?
If you know then define #pragma?
What are linker error?
What is structure in c definition?
Explain what will be the outcome of the following conditional statement if the value of variable s is 10?
What is the use of clrscr?
What is the significance of an algorithm to C programming?