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 are called c variables?

572


What is the right way to use errno?

619


Explain how can I pad a string to a known length?

651


What is difference between structure and union in c programming?

566


main use of recursive function a) processing speed high b) reduce program length/reduce repeated statements c) if you do not, use iterative methods like, for, while or do-while d) all the above

613






how to count no of words,characters,lines in a paragraph.

3900


if a is an integer variable, a=5/2; will return a value a) 2.5 b) 3 c) 2 d) 0

1447


What is cohesion in c?

537


Which is the memory area not included in C program? give the reason

1505


What is a wrapper function in c?

585


What do you mean by c?

586


Is c dynamically typed?

666


What is header file definition?

565


Process by which one bit pattern in to another by bit wise operation is?

614


How many data structures are there in c?

613