write a c program to print "Welcome" without using semicolon
in the whole program ??

Answer Posted / manoj srivastava

#include<stdio.h>
#include<conio.h>
void main(void)
{
if(printf("welcome"))
{}
}

Is This Answer Correct ?    5 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the difference between fread buffer() and fwrite buffer()?

676


why do some people write if(0 == x) instead of if(x == 0)?

656


Is the exit() function same as the return statement? Explain.

668


write a program using linked list in which each node consists of following information. Name[30] Branch Rollno Telephone no i) Write the program to add information of students in linked list

2240


How to write a program for machine which is connected with server for that server automatically wants to catch the time for user of that machine?

1594






Why ca not I do something like this?

591


What is use of integral promotions in c?

668


What is the g value paradox?

647


Please send me WIPRO technical question to my mail ID.. its nisha_g28@yahoo.com please its urgent

1658


find out largest elemant of diagonalmatrix

1651


What is volatile variable how do you declare it?

570


Is swift based on c?

642


a function gets called when the function name is followed by a a) semicolon (;) b) period(.) c) ! d) none of the above

877


If one class contains another class as a member, in what order are the two class constructors called a) Constructor for the member class is called first b) Constructor for the member class is called second c) Only one of the constructors is called d) all of the above

626


What are loops c?

618