write a c program to print "Welcome" without using semicolon
in the whole program ??
Answer Posted / vadivelt
main()
{
if(printf("Welcome"))
//Do nothing
}
| Is This Answer Correct ? | 50 Yes | 18 No |
Post New Answer View All Answers
What does sizeof return c?
What is file in c language?
What do you mean by dynamic memory allocation in c?
Tell me what is null pointer in c?
How can I implement a delay, or time a users response, with sub-second resolution?
Explain what is the most efficient way to store flag values?
please explain every phase in the "SDLC" in the dotnet.
In C programming, what command or code can be used to determine if a number of odd or even?
Why can’t we compare structures?
Is c is a low level language?
Why is not a pointer null after calling free?
What is clrscr in c?
What is the difference between variable declaration and variable definition in c?
Why static variable is used in c?
List some of the static data structures in C?