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 do you mean by keywords in c?
about c language
What is an identifier?
What is a floating point in c?
What are run-time errors?
When can you use a pointer with a function?
Under what circumstances does a name clash occur?
Explain how are 16- and 32-bit numbers stored?
What is a 'null pointer assignment' error? Explain what are bus errors, memory faults, and core dumps?
How can I delete a file?
i want to know the procedure of qualcomm for getting a job through offcampus
An integer that indentifies the position of a data item in a sequence of data items a) value b) number c) index d) all of the above
What is the c value paradox and how is it explained?
Why is structure padding done in c?
What is graph in c?