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


Please Help Members By Posting Answers For Below Questions

How will you declare an array of three function pointers where each function receives two ints and returns a float?

787


What is a void pointer in c?

611


Which is better malloc or calloc?

656


Write a C program on Centralized OLTP, Decentralized OLTP using locking mechanism, Semaphore using locking mechanism, Shared memory, message queues, channel of communication, sockets and a simple program on Saving bank application program using OLTP in IPC?

2177


Write a program to generate the Fibinocci Series

673






Why does this code crash?

623


Why do we need functions in c?

565


shorting algorithmS

1805


The % symbol has a special use in a printf statement. How would you place this character as part of the output on the screen?

773


What language is lisp written in?

622


Are the outer parentheses in return statements really optional?

581


Why we not create function inside function.

1753


What is the scope of local variable in c?

582


how to construct a simulator keeping the logical boolean gates in c

1732


What is bubble sort technique in c?

594