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 default value of local and global variables in c?

750


how to solve "unable to open stdio.h and conio.h header files in windows 7 by using Dos-box software

3035


What is the difference between class and object in c?

805


please send me the code for multiplying sparse matrix using c

1922


What are volatile variables in c?

693


Can math operations be performed on a void pointer?

744


what is bit rate & baud rate? plz give wave forms

1715


What is the value of uninitialized variable in c?

781


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

1155


When is a “switch” statement preferable over an “if” statement?

850


What is the data segment that is followed by c?

817


Differentiate between full, complete & perfect binary trees.

850


How important is structure in life?

776


What is extern c used for?

752


what is the differnce between programing langauge and tool? is sas is a programing langauge r tool?

2094