write a c program to print "Welcome" without using semicolon
in the whole program ??
Answer Posted / mani
main()
{
if(printf("welcome"))
{
}
}
| Is This Answer Correct ? | 7 Yes | 4 No |
Post New Answer View All Answers
How can I make sure that my program is the only one accessing a file?
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
Why can't I perform arithmetic on a void* pointer?
write a program to copy the string using switch case?
A program is required to print your biographic information including: Names, gender, student Number, Cell Number, line of study and your residential address.
What is difference between structure and union in c?
How many types of sorting are there in c?
Write a code to remove duplicates in a string.
What is a keyword?
What is wrong with this initialization?
What is break in c?
which of the following is not a character constant a) 'thank you' b) 'enter values of p, n ,r' c) '23.56E-o3' d) all of the above
a program that can input number of records and can view it again the record
What is the difference between if else and switchstatement
What is a #include preprocessor?