write a c program to print "Welcome" without using semicolon
in the whole program ??
Answer Posted / kinjal gor
main()
{
CLRSCR();
if(printf("I LOVE MY INDIA"))
GETCH();
}
| Is This Answer Correct ? | 1 Yes | 4 No |
Post New Answer View All Answers
Write a program to reverse a string.
Explain function?
What is typedf?
What are header files and explain what are its uses in c programming?
What is quick sort in c?
Who is the founder of c language?
What is the difference between class and object in c?
What is queue in c?
Can variables be declared anywhere in c?
what is the format specifier for printing a pointer value?
What is an operator?
How can I do graphics in c?
What is size of union in c?
When I tried to go into a security sites I am denied access and a message appeared saying 'applet not initialize'. How can I rectify this problem.
Explain what are the standard predefined macros?