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 associativity explain what is the precidence for * and & , * and ++ how the folloing declaration work 1) *&p; 2) *p++;
What is an identifier?
Can you please explain the difference between exit() and _exit() function?
What is action and transformation in spark?
Program will then find the largest of three numbers using nested if-else statements. User is prompted to enter three numbers. Program will find the largest number and display it on the screen. All three numbers entered by the user are also displayed. If user enters 21, 33, and 5, the output should be as follows: You entered: 21, 33 and 5. The largest number is 33.
Define and explain about ! Operator?
Where register variables are stored in c?
What is the scope of an external variable in c?
Why cant I open a file by its explicit path?
How to delete a node from linked list w/o using collectons?
What is malloc return c?
What is null pointer in c?
Why c is called free form language?
What are the advantages of Macro over function?
Explain the use of fflush() function?