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
if p is a string contained in a string?
Why & is used in scanf in c?
What is the use of a ‘ ’ character?
Is c is a low level language?
Input is "rama loves rajesh and rajesh Loves rama also and rajesh wear gloves and bloves" To print output is count the numbers of times repeted the word love without case sensitive.
Write a c program to build a heap method using Pointer to function and pointer to structure ?
How can a process change an environment variable in its caller?
Why clrscr is used after variable declaration?
Is linux written in c?
What is difference between array and structure in c?
Can a pointer be volatile in c?
What is the difference between exit() and _exit() function in c?
What are called c variables?
Why is c used in embedded systems?
What is variable initialization and why is it important?