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
A SIMPLE PROGRAM OF GRAPHICS AND THEIR OUTPUT I WANT SEE WAHAT OUTOUT OF GRAPHICS PROGRAM
How variables are declared in c?
How can I read data from data files with particular formats?
How many types of operator or there in c?
What is getch?
What does the error 'Null Pointer Assignment' mean and what causes this error?
Explain the difference between exit() and _exit() function?
What is the purpose of sprintf() function?
How will you find a duplicate number in a array without negating the nos ?
What is a char c?
Why c is a procedural language?
An organised method of depicting the use of an area of computer memory used to signify the uses for different parts of the memory a) swap b) extended memory c) memory map d) all of the above
What is sizeof array?
WHAT IS THE DEFINATION OF IN TECHNOLOGY AND OFF TECHNOLOGY ?
What is a macro, and explain how do you use it?