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
What is the default value of local and global variables in c?
how to solve "unable to open stdio.h and conio.h header files in windows 7 by using Dos-box software
What is the difference between class and object in c?
please send me the code for multiplying sparse matrix using c
What are volatile variables in c?
Can math operations be performed on a void pointer?
what is bit rate & baud rate? plz give wave forms
What is the value of uninitialized variable in c?
What is a null pointer assignment error? What are bus errors, memory faults, and core dumps?
When is a “switch” statement preferable over an “if” statement?
What is the data segment that is followed by c?
Differentiate between full, complete & perfect binary trees.
How important is structure in life?
What is extern c used for?
what is the differnce between programing langauge and tool? is sas is a programing langauge r tool?