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


Please Help Members By Posting Answers For Below Questions

Explain the process of converting a Tree into a Binary Tree.

2109


What is "Duff's Device"?

703


Is null always defined as 0(zero)?

617


What is a 'null pointer assignment' error? Explain what are bus errors, memory faults, and core dumps?

735


console I/O functions means a) the I/O operations done on disk b) the I/O operations done in all parts c) the input given through keyboard is displayed VDU screen d) none of the above

661






Explain modulus operator. What are the restrictions of a modulus operator?

602


what are the advanced features of functions a) function declaration and prototypes b) calling functions by value or by reference c) recursion d) all the above

681


Draw a flowchart to produce a printed list of all the students over the age of 20 in a class .The input records contains the name and age of students. Assume a sentinel value of 99 for the age field of the trailer record

4748


Explain high-order bytes.

678


#include { printf("Hello"); } how compile time affects when we add additional header file .

1428


What are the header files used in c language?

591


What extern c means?

547


What is local and global variable in c?

620


What is #include called?

573


In which language linux is written?

607