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 is scope of variable in c?
What are the difference between a free-standing and a hosted environment?
Why c is a procedural language?
what are the program that using a two dimensional array that list the odd numbers and even numbers separately in a given 10 inputs values
Write a program to find factorial of a number using recursive function.
What is the total generic pointer type?
Write a program to swap two numbers without using third variable in c?
How will you delete a node in DLL?
program for reversing a selected line word by word when multiple lines are given without using strrev
What is a program flowchart and how does it help in writing a program?
What is boolean in c?
Give the rules for variable declaration?
What is const volatile variable in c?
Explain how do you declare an array that will hold more than 64kb of data?
What are the features of c languages?