write a c program to print "Welcome" without using semicolon
in the whole program ??
Answer Posted / hari
main()
{
if(printf("Welcome"))
{}
}
for further queries and discussions, just check these out !!!
http://forum.campusmaniac.com/
http://www.campusmaniac.com/
| Is This Answer Correct ? | 6 Yes | 2 No |
Post New Answer View All Answers
what is the c source code for the below output? 5555555555 4444 4444 333 333 22 22 1 1 22 22 333 333 4444 4444 5555555555
Explain the advantages of using macro in c language?
How many types of functions are there in c?
What is the correct code to have following output in c using nested for loop?
How many levels of pointers can you have?
What are the advantages of using Unions?
Is c language still used?
What is use of pointer?
to find the closest pair
What are multidimensional arrays?
Write a program to reverse a string.
How do you declare a variable that will hold string values?
where are auto variables stored? What are the characteristics of an auto variable?
What is define c?
How old is c programming language?